[Python-Dev] math.fabs redundant?
skip@pobox.com
skip at pobox.com
Fri Jul 29 17:06:46 CEST 2005
Why does math have an fabs function? Both it and the abs builtin function
wind up calling fabs() for floats. abs() is faster to boot.
Skip
More information about the Python-Dev
mailing list