cpython/Lib/test/mathdata
Sergey B Kirpichev 3462a80d2c
gh-121889: cmath.acosh(0+nanj) returns nan+pi/2j (#121892)
As per C11 DR#471 (adjusted resolution accepted for C17), cacosh (0 +
iNaN) should return NaN ± i pi/2, not NaN + iNaN.  This patch
fixes cmath's code to do same.
2024-08-04 09:53:17 +01:00
..
cmath_testcases.txt gh-121889: cmath.acosh(0+nanj) returns nan+pi/2j (#121892) 2024-08-04 09:53:17 +01:00
floating_points.txt
formatfloat_testcases.txt
ieee754.txt
math_testcases.txt