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 r.david.murray
Recipients andrea.bergamini, ezio.melotti, mark.dickinson, pitrou, r.david.murray, serhiy.storchaka, skrah
Date 2012-07-24.13:49:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343137769.22.0.861869692788.issue15438@psf.upfronthosting.co.za>
In-reply-to
Content
Your problems didn't come from the "Python" math library, it came from the C math library that Python provides a wrapper for, which the documentation does clearly state.  And the result you got is accurate...for a floating point calculation.
History
Date User Action Args
2012-07-24 13:49:29r.david.murraysetrecipients: + r.david.murray, mark.dickinson, pitrou, ezio.melotti, skrah, serhiy.storchaka, andrea.bergamini
2012-07-24 13:49:29r.david.murraysetmessageid: <1343137769.22.0.861869692788.issue15438@psf.upfronthosting.co.za>
2012-07-24 13:49:28r.david.murraylinkissue15438 messages
2012-07-24 13:49:28r.david.murraycreate