Math 函数
PHP Manual

log1p

(PHP 4 >= 4.1.0, PHP 5)

log1p 返回 log(1 + number),甚至当 number 的值接近零也能计算出准确结果

说明

float log1p ( float $number )

log1p() 返回 log(1 + number),甚至当 number 的值接近零也能计算出准确结果

参见 expm1()log()

参数

number

The argument to process

返回值

log(1 + number)

更新日志

版本 说明
5.3.0 This function is now available on all platforms

参见


Math 函数
PHP Manual