expm1() 返回 'exp(arg) - 1',甚至当 $arg 的值接近零也能计算出准确结果。但是当两个数值趋近于相等的时候, 'exp (arg) - 1' 就会变得不太准确。
float expm1 ( float $arg )