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 nirinA
Recipients mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
Date 2009-12-08.06:41:19
SpamBayes Score 0.012694284
Marked as misclassified No
Message-id <1260254481.46.0.775216948342.issue3366@psf.upfronthosting.co.za>
In-reply-to
Content
for expm1, we use the Taylor development near zero, but
we have to precise what means small value for x. here this means
abs(x) < math.log(2.0).
one can also use abs(x) < C
History
Date User Action Args
2009-12-08 06:41:21nirinAsetrecipients: + nirinA, tim.peters, rhettinger, terry.reedy, mark.dickinson, ned.deily, stutzbach, steven.daprano
2009-12-08 06:41:21nirinAsetmessageid: <1260254481.46.0.775216948342.issue3366@psf.upfronthosting.co.za>
2009-12-08 06:41:20nirinAlinkissue3366 messages
2009-12-08 06:41:20nirinAcreate