Message77075
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. |
|
Date |
User |
Action |
Args |
2008-12-05 21:43:22 | mark.dickinson | set | recipients:
+ mark.dickinson, rhettinger, terry.reedy, stutzbach, nirinA |
2008-12-05 21:43:21 | mark.dickinson | set | messageid: <1228513401.37.0.895574236829.issue3366@psf.upfronthosting.co.za> |
2008-12-05 21:43:20 | mark.dickinson | link | issue3366 messages |
2008-12-05 21:43:19 | mark.dickinson | create | |
|