log1p

(PHP 4 >= 4.1.0, PHP 5)

log1p --  Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero

Description

float log1p ( float number )

Varoitus

Varoitus! T�m� funktio on EKSPERIMENTAALINEN. T�m�n funktion ominaisuudet, k�ytt�ytyminen, parametrit ja nimi voi muuttua varoituksetta seuraavissa PHP:n versioissa.

log1p() returns log(1 + number) computed in a way that is accurante even when the value of number is close to zero.

Huomaa: T�t� funktiota ei ole viel� implementoitu Windows-alustalle.

See also expm1() and log().