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 loewis
Recipients loewis, mark.dickinson, ned.deily, trent
Date 2012-08-18.10:27:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345285622.2.0.413298498587.issue15477@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, did anybody file a bug report with Apple? Even to my untrained eye, that looks like a clear violation of the POSIX standard:

If x is ±0, or +Inf, x shall be returned.
http://pubs.opengroup.org/onlinepubs/009604599/functions/log1p.html

C seems to make it implementation-defined, unless the implementation defines __STDC_IEC_559__, in which case log1p also needs to return ±0 (C99  F.9.3.9, C11 F.10.3.9).
History
Date User Action Args
2012-08-18 10:27:02loewissetrecipients: + loewis, mark.dickinson, ned.deily, trent
2012-08-18 10:27:02loewissetmessageid: <1345285622.2.0.413298498587.issue15477@psf.upfronthosting.co.za>
2012-08-18 10:27:01loewislinkissue15477 messages
2012-08-18 10:27:01loewiscreate