作者: Mr Luo
Python math.log1p() 方法
Python math.log1p(x) 方法返回 1+x 的自然对数(…
Python math.log10() 方法
Python math.log10(x) 方法返回 x 以 10 为底的…
Python math.log() 方法
Python math.log(x) 方法使用一个参数,返回 x 的自然…
Python math.lgamma() 方法
Python math.lgamma(x) 方法返回一个数字的自然对数伽…
Python math.frexp() 方法
Python math.frexp(x) 方法以 (m, e) 对的形式…
Python math.ldexp() 方法
Python math.ldexp(x, i) 方法返回 x * (2*…
Python math.isqrt() 方法
Python math.isqrt(x) 方法返回 x 的平方根,并将平…
Python math.isnan() 方法
Python math.isnan() 方法判断数字是否为 NaN(非数…
Python math.isinf() 方法
Python math.isinf() 方法判断 x 是否是无穷大,如果…
Python math.isfinite() 方法
Python math.isfinite() 方法判断 x 是否有限,如…