(PHP 4 >= 4.0.7, PHP 5)
log1p — Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero
Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.
log1p() returns log(1 + number ) computed in a way that is accurante even when the value of number is close to zero. log() might only return log(1) in this case due to lack of precision.
Note: Táto funkcia nie je implementovaná na platformách Windows.
The argument to process
log(1 + number )