[issue3366] Add gamma function, error functions and other C99 math.h functions to math module
Tim Peters
report at bugs.python.org
Sat Oct 17 07:29:14 CEST 2009
Tim Peters <tim.peters at gmail.com> added the comment:
FYI, mysterious numeric differences on PPC are often due to the C
compiler generated code to use the "fused multiply-add" HW instruction.
In which case, find a way to turn that off :-)
----------
nosy: +tim_one
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3366>
_______________________________________
More information about the Python-bugs-list
mailing list