Vocabularymath.
continued-fractionsInputs| epsilon | a positive floating point number representing the absolute acceptable error |
| float | a positive floating point number to approximate |
Outputs| a/b | a fractional number containing the approximation |
Word descriptionGive a rational approximation of
float with a precision of
epsilon using the smallest possible denominator.
Definition