[Python-checkins] r60341 - in python/branches/trunk-math: Lib/test/test_math.py Modules/mathmodule.c
skip at pobox.com
skip at pobox.com
Sun Jan 27 06:09:39 CET 2008
> Log:
> Fix up hypot to follow C99 standard: hypot(inf, nan) should be inf.
Is Python migrating to C99 or do earlier versions ambiguous in their
definition of the return value of hypot(inf, nan)?
Skip
More information about the Python-checkins
mailing list