Message258686
Thanks. The offending lines in the math module are:
static const double degToRad = Py_MATH_PI / 180.0;
static const double radToDeg = 180.0 / Py_MATH_PI;
It would be trivial to replace these with suitable constants. |
|
Date |
User |
Action |
Args |
2016-01-20 15:52:03 | mark.dickinson | set | recipients:
+ mark.dickinson, tim.peters, paul.moore, pitrou, vstinner, tim.golden, r.david.murray, skrah, python-dev, zach.ware, serhiy.storchaka, steve.dower |
2016-01-20 15:52:03 | mark.dickinson | set | messageid: <1453305123.89.0.281489968852.issue25934@psf.upfronthosting.co.za> |
2016-01-20 15:52:03 | mark.dickinson | link | issue25934 messages |
2016-01-20 15:52:03 | mark.dickinson | create | |
|