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, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
Date 2009-12-11.17:26:58
SpamBayes Score 0.024905164
Marked as misclassified No
Message-id <1260552420.1.0.14073011685.issue3366@psf.upfronthosting.co.za>
In-reply-to
Content
> expm1(x) = sinh(x/2)*exp(x/2)

Should be 2*sinh(x/2)*exp(x/2).
History
Date User Action Args
2009-12-11 17:27:00mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, terry.reedy, ned.deily, stutzbach, nirinA, steven.daprano
2009-12-11 17:27:00mark.dickinsonsetmessageid: <1260552420.1.0.14073011685.issue3366@psf.upfronthosting.co.za>
2009-12-11 17:26:58mark.dickinsonlinkissue3366 messages
2009-12-11 17:26:58mark.dickinsoncreate