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 andrea.bergamini
Recipients Ramchandra Apte, andrea.bergamini, ezio.melotti, mark.dickinson, pitrou, r.david.murray, rhettinger, serhiy.storchaka, skrah
Date 2012-07-26.12:29:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343305794.79.0.188329964617.issue15438@psf.upfronthosting.co.za>
In-reply-to
Content
Ok guys, ticket closed, but I'm still confused: I'm not a Python expert, I've understood that math is a sort of wrapper of C math.h or something like this, but:
- I can't find any reason in using math.pow if I can get errors like the one explained.
- I've used math.h in my C++ code without having experienced any problem in that pow operation.
I'm surely missing something but I'm a bit confused...
History
Date User Action Args
2012-07-26 12:29:54andrea.bergaminisetrecipients: + andrea.bergamini, rhettinger, mark.dickinson, pitrou, ezio.melotti, r.david.murray, skrah, Ramchandra Apte, serhiy.storchaka
2012-07-26 12:29:54andrea.bergaminisetmessageid: <1343305794.79.0.188329964617.issue15438@psf.upfronthosting.co.za>
2012-07-26 12:29:54andrea.bergaminilinkissue15438 messages
2012-07-26 12:29:54andrea.bergaminicreate