0% found this document useful (1 vote)
680 views4 pages

Culegere Admitere Politehnica Bucuresti

This document discusses a continued fraction algorithm and provides examples of program runs. It outlines 6 tasks to implement the algorithm in a single C++ file, including defining the necessary classes and functions. Additional details are provided on the next page regarding important considerations for the implementation.

Uploaded by

Costin Sin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
680 views4 pages

Culegere Admitere Politehnica Bucuresti

This document discusses a continued fraction algorithm and provides examples of program runs. It outlines 6 tasks to implement the algorithm in a single C++ file, including defining the necessary classes and functions. Additional details are provided on the next page regarding important considerations for the implementation.

Uploaded by

Costin Sin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Continued Fraction

1
Task 1

Task 2

Task 3

Task 4

Task 5

Task 6

2
Important to Regard

# All the tasks must be in one C++ file and


See next page.

3
Examples Program Runs

You might also like