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, ms
Date 2008-08-04.23:07:06
SpamBayes Score 0.067038625
Marked as misclassified No
Message-id <1217891227.2.0.198065157565.issue3501@psf.upfronthosting.co.za>
In-reply-to
Content
A cheap trick would be to use the identity

  expm1(x) = 2*exp(x/2)*sinh(x/2)

This could also be used in Python as a
workaround, for now.  But I agree that
expm1 should go into the math library.
History
Date User Action Args
2008-08-04 23:07:07mark.dickinsonsetrecipients: + mark.dickinson, ms
2008-08-04 23:07:07mark.dickinsonsetmessageid: <1217891227.2.0.198065157565.issue3501@psf.upfronthosting.co.za>
2008-08-04 23:07:06mark.dickinsonlinkissue3501 messages
2008-08-04 23:07:06mark.dickinsoncreate