[Numpy-discussion] RE: Python 2.2 seriously crippled for numerical computation?

Skip Montanaro skip at pobox.com
Sat Mar 2 13:13:23 EST 2002


(Minor point of possible confusion.)

I wrote:

    Skip> According to the pow man page on my Mandrake 8.1 system it
    Skip> suggests that ERANGE should be set if its first arg is zero.  This
    Skip> appears to happen when x is around 1.5717e-162.  

"x" is the name of the first arg to pow() in the pow() manpage.  The actual
arg in floatobject.c:float_pow() is "iv".

Skip




More information about the Python-list mailing list