(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
Varoitus! Tämä funktio on EKSPERIMENTAALINEN. Tämän funktion ominaisuudet, käyttäytyminen, parametrit ja nimi voivat muuttua varoituksetta seuraavissa PHP versioissa.
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ätä funktiota ei ole vielä implementoitu Windows-alustalle.
The argument to process
log(1 + number )