标签: python
Python math.fmod() 方法
Python math.fmod(x, y) 方法返回 x/y 的余数。…
Python math.floor() 方法
Python math.floor(x) 方法将 x 向下舍入到最接近的…
Python math.factorial() 方法
Python math.factorial(x) 方法返回 x 的阶乘。…
Python math.fabs() 方法
Python math.fabs(x) 方法返回 x 的绝对值。 绝对值…
Python math.expm1() 方法
Python math.expm1(x) 方法返回 e 的 x 次幂(次…
Python math.exp() 方法
Python math.exp(x) 方法返回 e 的 x 次幂(次方)…
Python math.erfc() 方法
Python math.erfc(x) 方法返回 x 处的互补误差函数。…
Python math.erf() 方法
Python math.erf(x) 方法返回一个数的误差函数 math…
Python math.dist() 方法
Python math.dist(p, q) 方法返回 p 与 q 两点…
Python math.degrees() 方法
Python math.degrees(x) 方法将角度 x 从弧度转换…