math
関数
acos
math.acos()
acosh
math.acosh()
asin
math.asin()
asinh
math.asinh()
atan
math.atan()
atan2
math.atan2()
atanh
math.atanh()
ceil
math.ceil()
copysign
math.copysign()
cos
math.cos()
cosh
math.cosh()
degrees
math.degrees()
erf
math.erf()
erfc
math.erfc()
exp
math.exp()
expm1
math.expm1()
fabs
math.fabs()
floor
math.floor()
fmod
math.fmod()
frexp
math.frexp()
gamma
math.gamma()
isclose
math.isclose()
isfinite
math.isfinite()
isinf
math.isinf()
isnan
math.isnan()
ldexp
math.ldexp()
lgamma
math.lgamma()
log
math.log()
log10
math.log10()
log2
math.log2()
modf
math.modf()
pow
math.pow()
radians
math.radians()
sin
math.sin()
sinh
math.sinh()
sqrt
math.sqrt()
tan
math.tan()
tanh
math.tanh()
trunc
math.trunc()
定数
__name__
math.__name__ = str('math')
e
math.e = float(2.718282)
pi
math.pi = float(3.141593)