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 Rhamphoryncus, christian.heimes, mark.dickinson
Date 2007-12-17.20:17:25
SpamBayes Score 0.00075354957
Marked as misclassified No
Message-id <1197922645.81.0.910056437497.issue1640@psf.upfronthosting.co.za>
In-reply-to
Content
Combined patch for #1635 and #1640.

UPDATES:

* Fixed Py_NAN macro
* Fixed typo
* Added inverse hyperbolic trigonometric functions
* Added expm1 and log1p

Missing:
* doc updates
* some real unit tests for the a*h and other new functions
Files
File name Uploaded
trunk_float_math_combined.patch christian.heimes, 2007-12-17.20:17:25
History
Date User Action Args
2007-12-17 20:17:25christian.heimessetspambayes_score: 0.00075355 -> 0.00075354957
recipients: + christian.heimes, mark.dickinson, Rhamphoryncus
2007-12-17 20:17:25christian.heimessetspambayes_score: 0.00075355 -> 0.00075355
messageid: <1197922645.81.0.910056437497.issue1640@psf.upfronthosting.co.za>
2007-12-17 20:17:25christian.heimeslinkissue1640 messages
2007-12-17 20:17:25christian.heimescreate