math 标准库提供常用数学函数,包括绝对值、幂、平方根、三角函数、取整、最小值和最大值等。
value = math.sqrt(16) max_value = math.max(1, 5)
abs。
acos。
acosh。
asin。
asinh。
atan。
atan2。
atanh。
cbrt。
ceil。
cos。
cosh。
exp。
exp2。
expm1。
floor。
log10。
log1p。
log2。
max。
min。
powf。
round。
sin。
sinh。
sqrt。
tan。
tanh。
trunc。