[issue7534] float('nan')**2 != nan. float('nan')**2 error 33 on windows

Mark Dickinson report at bugs.python.org
Thu Dec 17 20:39:32 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Great!  For math.pow, see the function math_pow in Modules/mathmodule.c;  
some sort of (careful!) cut-and-paste job from there to float_pow in 
Objects/floatobject.c might do the trick.

----------

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


More information about the Python-bugs-list mailing list