|
expm1Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero Description
float expm1
( float
$arg
)
expm1 returns the equivalent to
'exp( Parameters
Return Values
'e' to the power of Changelog
See Also
|