]> granicus.if.org Git - python/commit
Yet more explicit special case handling to make
authorMark Dickinson <dickinsm@gmail.com>
Sun, 20 Apr 2008 04:13:13 +0000 (04:13 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 20 Apr 2008 04:13:13 +0000 (04:13 +0000)
commitcec3f138d8cd6c5e3fd78200119a94d59440cfad
treecc9fe90ef4028a2028bc288611f285a18c07f140
parentb2f70902395a56fce14f47b685eb4966ec09257e
Yet more explicit special case handling to make
math.pow behave on alpha Tru64.  All IEEE 754
special values are now handled directly; only
the finite**finite case is handled by libm.
Lib/test/test_math.py
Modules/mathmodule.c