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 ned.deily
Recipients mark.dickinson, ned.deily
Date 2012-07-28.21:01:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343509303.75.0.694686827399.issue15477@psf.upfronthosting.co.za>
In-reply-to
Content
> I assume the failure still happens in debug mode?

Yes

> Are there any math module failures?

No

> What do math.log1p(0.0) and math.log1p(-0.0) give?  (Answers *should* be 0.0 and -0.0 respectively.)

>>> math.log1p(0.0)
0.0
>>> math.log1p(-0.0)
0.0
>>> sysconfig.get_config_var('HAVE_LOG1P')
1
History
Date User Action Args
2012-07-28 21:01:43ned.deilysetrecipients: + ned.deily, mark.dickinson
2012-07-28 21:01:43ned.deilysetmessageid: <1343509303.75.0.694686827399.issue15477@psf.upfronthosting.co.za>
2012-07-28 21:01:43ned.deilylinkissue15477 messages
2012-07-28 21:01:43ned.deilycreate