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.

Author christian.heimes
Recipients christian.heimes
Date 2007-12-17.15:48:43
SpamBayes Score 0.014628405
Marked as misclassified No
Message-id <1197906524.11.0.494722426175.issue1640@psf.upfronthosting.co.za>
In-reply-to
Content
The patch adds several small enhancements to the math module and pyport.h.

* Py_MATH_PI and Py_MATH_E in long double precision
* Py_IS_NAN and Py_IS_INFINITY use isnan() and isinf() functions were
available (checked by configure)
* isnan and isinf for the math module
* Bessel (1st and 2nd kind), erf, erfc, lgamma function for math module.
They are defined in almost (or all?) math libraries.

Together with http://bugs.python.org/issue1635 it implements most of PEP
754.
Files
File name Uploaded
trunk_mathmodule.patch christian.heimes, 2007-12-17.15:48:43
History
Date User Action Args
2007-12-17 15:48:44christian.heimessetspambayes_score: 0.0146284 -> 0.014628405
recipients: + christian.heimes
2007-12-17 15:48:44christian.heimessetspambayes_score: 0.0146284 -> 0.0146284
messageid: <1197906524.11.0.494722426175.issue1640@psf.upfronthosting.co.za>
2007-12-17 15:48:43christian.heimeslinkissue1640 messages
2007-12-17 15:48:43christian.heimescreate