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 mark.dickinson
Recipients mark.dickinson, nirinA, rhettinger, stutzbach, terry.reedy
Date 2008-12-05.21:43:19
SpamBayes Score 0.00012385024
Marked as misclassified No
Message-id <1228513401.37.0.895574236829.issue3366@psf.upfronthosting.co.za>
In-reply-to
Content
There have been requests to add other C99 libm functions to Python:
expm1 is requested in issue 3501, and log2 came up in the issue 3724 
discussion.  I'm absorbing those issues into this one.

With these two, and the gamma and error functions, we're pretty close to 
implementing all the functions in C99s math.h.  Seems to me that we might 
as well aim for completeness and implement the whole lot.
History
Date User Action Args
2008-12-05 21:43:22mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, terry.reedy, stutzbach, nirinA
2008-12-05 21:43:21mark.dickinsonsetmessageid: <1228513401.37.0.895574236829.issue3366@psf.upfronthosting.co.za>
2008-12-05 21:43:20mark.dickinsonlinkissue3366 messages
2008-12-05 21:43:19mark.dickinsoncreate