[Tutor] Fraction - differing interpretations for number and string - presentation

Danny Yoo danny.yoo at gmail.com
Thu Apr 16 23:14:44 CEST 2015


On Apr 16, 2015 1:42 PM, "Jim Mooney" <cybervigilante at gmail.com> wrote:

> Understood about the quondam inexactness of floating point bit
> representation. I was just wondering why the different implementation of
> representing it when using Fraction(float) as opposed to using
> Fraction(string(float)).

Ah.  Correction.  You want to say: .. using Fraction(float) as opposed to
using
Fraction(**string**).


More information about the Tutor mailing list