update : 2015.11.03
php.shukuma.com검색:
|
expm1(PHP 4 >= 4.1.0, PHP 5) expm1 — Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero 설명
float expm1
( float
$arg
)
expm1() returns the equivalent to
'exp( 인수
반환값
'e' to the power of 변경점
|