(PHP 4 >= 4.1.0, PHP 5, PHP 7)
log1p — 返回 log(1 + number),甚至当 number 的值接近零也能计算出准确结果
$number
      )
     log1p() 返回 log(1 + number),甚至当
     number 的值接近零也能计算出准确结果。
     log() might only return log(1) in this case
   due to lack of precision.
    
number要处理的参数
   log(1 + number)
  
| 版本 | 说明 | 
|---|---|
| 5.3.0 | 此函数在所有平台上均可用 |