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