summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/math_domain_python311.py.exp
blob: dfc93bb5104cdd6e38acc36850463eac1e10fc39 (plain) (blame)
1
2
3
4
5
pow(0.0000, -inf) = inf
log(0.0000, -inf) = ValueError
fmod(0.0000, -inf) = 0.0000
atan2(0.0000, -inf) = 3.1416
copysign(0.0000, -inf) = -0.0000