[issue25934] ICC compiler: ICC treats denormal floating point numbers as 0.0

Mark Dickinson report at bugs.python.org
Wed Jan 20 10:52:03 EST 2016


Mark Dickinson added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25934>
_______________________________________


More information about the Python-bugs-list mailing list