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 rhettinger
Recipients andrea.bergamini, ezio.melotti, mark.dickinson, pitrou, r.david.murray, rhettinger, serhiy.storchaka, skrah
Date 2012-07-24.23:18:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343171895.85.0.540300311086.issue15438@psf.upfronthosting.co.za>
In-reply-to
Content
The math module is primarily about exposing the C floating point library functions.  Any integer arguments are converted to double.

We could add more docs but that usually doesn't help someone who already has an expectation that math.pow does the same thing as int ** int.
History
Date User Action Args
2012-07-24 23:18:15rhettingersetrecipients: + rhettinger, mark.dickinson, pitrou, ezio.melotti, r.david.murray, skrah, serhiy.storchaka, andrea.bergamini
2012-07-24 23:18:15rhettingersetmessageid: <1343171895.85.0.540300311086.issue15438@psf.upfronthosting.co.za>
2012-07-24 23:18:15rhettingerlinkissue15438 messages
2012-07-24 23:18:15rhettingercreate