summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_support.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-21 03:22:39 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-21 03:22:39 (GMT)
commitedf2210221f2803dfea62493ebff5eafd5cbc851 (patch)
tree76976cc3e64ba7608471e7c9b67cddc58792840b /Lib/test/test_support.py
parentcf393f3fd9759ffac71c816f97ea01780848512c (diff)
downloadcpython-edf2210221f2803dfea62493ebff5eafd5cbc851.zip
cpython-edf2210221f2803dfea62493ebff5eafd5cbc851.tar.gz
cpython-edf2210221f2803dfea62493ebff5eafd5cbc851.tar.bz2
Bug #133297: cmath.asin is the same as cmath.asinh.
The bug report title isn't correct, but was on the right track. Rev 2.13 applied a patch intended to improve asinh and acosh, but the author mistakenly replaced the body of asin with their new code for asinh. See bug report for all the gory details. This patch: (a) puts the "new" (as of 2.13) asinh code into the asinh function; and, (b) repairs asin via what Abramowitz & Stegun say it should be (which is probably the same as what 2.12 did for asin, although I got tired of matching parentheses before being 100% sure of that -- and I don't care! The source of the old code is a mystery, and I *know* why I picked the new code.).
Diffstat (limited to 'Lib/test/test_support.py')
0 files changed, 0 insertions, 0 deletions