Vocabularymath.
continued-fractionsInputsepsilon | a positive floating point number representing the absolute acceptable error |
float | a positive floating point number to approximate |
Outputsa/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