This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Unsupported provider

Author christian.heimes
Recipients Rhamphoryncus, christian.heimes, gvanrossum, mark.dickinson
Date 2007-12-18.23:28:28
SpamBayes Score 0.08607272
Marked as misclassified No
Message-id <1198020508.92.0.409999423731.issue1640@psf.upfronthosting.co.za>
In-reply-to
Content
The trunk_math_sign_inf_nan patch contains just three new method
isnan(), isinf() and sign(). It also fixes a minor numerical issue with
one function that did small / (small / large) instead of small * (large
/ small).
Files
File name Uploaded
trunk_math_sign_inf_nan.patch christian.heimes, 2007-12-18.23:28:28
History
Date User Action Args
2007-12-18 23:28:29christian.heimessetspambayes_score: 0.0860727 -> 0.08607272
recipients: + christian.heimes, gvanrossum, mark.dickinson, Rhamphoryncus
2007-12-18 23:28:28christian.heimessetspambayes_score: 0.0860727 -> 0.0860727
messageid: <1198020508.92.0.409999423731.issue1640@psf.upfronthosting.co.za>
2007-12-18 23:28:28christian.heimeslinkissue1640 messages
2007-12-18 23:28:28christian.heimescreate