mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00

oddball platforms (where, e.g., math.exp(+huge) still fails to raise OverflowError) don't fail the std test suite when run normally.
26 lines
171 B
Text
26 lines
171 B
Text
test_math
|
|
math module, testing with eps 1e-05
|
|
constants
|
|
acos
|
|
asin
|
|
atan
|
|
atan2
|
|
ceil
|
|
cos
|
|
cosh
|
|
exp
|
|
fabs
|
|
floor
|
|
fmod
|
|
frexp
|
|
hypot
|
|
ldexp
|
|
log
|
|
log10
|
|
modf
|
|
pow
|
|
sin
|
|
sinh
|
|
sqrt
|
|
tan
|
|
tanh
|