SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 225 Python

float_abs() again: Guido pointed out that this could screw up in the

presence of NaNs.  So pass the issue on to the platform libm fabs();
after all, fabs() is a std C function because you can't implement it
correctly in portable C89.
T
Tim Peters committed
faf0cd21edde392d4d30e2e4f7d9fa2fb9973b71
Parent: 3133f41