作者: Mr Luo
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 从弧度转换…
Python math.cosh() 方法
Python math.cosh(x) 返回 x 的双曲余弦值,相当于 …
Python math.cos() 方法
Python math.cos(x) 返回 x 弧度的余弦值。 Pyth…
Python math.copysign() 方法
Python math.copysign(x,y) 方法返回一个基于 x…
Python math.comb() 方法
Python math.comb(x) 方法返回不重复且无顺序地从 n …