标签: python
Python math.asinh() 方法
Python math.asinh(x) 返回 x 的反双曲正弦值。 P…
Python math.asin() 方法
Python math.asin(x) 返回 x 的反正弦值,结果范围在…
Python math.acosh() 方法
Python math.acosh(x) 返回 x 的反双曲余弦值。 m…
Python math.acos() 方法
Python math.acos(x) 返回 x 的反余弦,结果范围在 …
Python math.tau 常量
Python math.tau 返回数学常数 τ = 6.283185&…
Python math.pi 常量
Python math.pi 返回一个浮点值 π, 一般指圆周率,圆周率…
Python math.nan 常量
Python math.nan 返回一个浮点值 nan(not a nu…
Python math.inf 常量
Python math.inf 正无穷大的浮点数,负无穷大,使用 -ma…
Python math.e 常量
Python math.e 常量用于返回欧拉数 (2.7182̷…
Python math 模块
Python math 模块提供了许多对浮点数的数学…