[Python-Dev] PEP239 (Rational Numbers) Reference Implementation and new issues
Paul Rubin
phr-n2002b at NOSPAMnightsong.com
Thu Oct 3 11:13:04 EDT 2002
More information about the Python-list mailing list
Thu Oct 3 11:13:04 EDT 2002
- Previous message (by thread): [Python-Dev] PEP239 (Rational Numbers) Reference Implementation and new issues
- Next message (by thread): [Python-Dev] PEP239 (Rational Numbers) Reference Implementation and new issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
python-pep at ccraig.org (Christopher A. Craig) writes: > That is, of course, much more permissive than if we coerced the other > way and had rational(x)==float(x) iff rational(x)==rational(float(x)). I don't think you can do it that way without kludges to deal with rational(NaN), rational(Inf), etc.
- Previous message (by thread): [Python-Dev] PEP239 (Rational Numbers) Reference Implementation and new issues
- Next message (by thread): [Python-Dev] PEP239 (Rational Numbers) Reference Implementation and new issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list