show/hide this revision's text 2 added 82 characters in body

I have found David David Eppstein's find rational approximation to given real number C code to be exactly what you are asking for. Its based on the theory of continued fractions and very fast and fairly compact.

I have used versions of this customized for specific numerator and denominator limits.

show/hide this revision's text 1

I have found David David Eppstein's find rational approximation to given real number C code to be exactly what you are asking for.

I have used versions of this customized for specific numerator and denominator limits.