[issue1640] Enhancements for mathmodule

Christian Heimes report at bugs.python.org
Wed Dec 19 00:28:28 CET 2007


Christian Heimes added the comment:

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).

Added file: http://bugs.python.org/file8989/trunk_math_sign_inf_nan.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1640>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trunk_math_sign_inf_nan.patch
Type: text/x-diff
Size: 5613 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071218/6ca9b645/attachment.patch 


More information about the Python-bugs-list mailing list