mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
27 lines
171 B
Plaintext
27 lines
171 B
Plaintext
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
|