expm1
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
expm1 — 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す
説明
expm1() は、
exp($
の値を返します。
num
) - 1num
がゼロに近く、
exp($
が引き算時の桁落ちのために
不正確となるような場合でも正確な値が計算できる方法を使用します。
num
) - 1
パラメータ
num
-
処理する引数。
戻り値
e
の num
乗から 1 を引いた値を返します。
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google