Universeorange.com/Docs/
{math.exp.m1(Float $number)}
{math.exp.m1()} expm1 — Returns {math.exp(number) - 1}, computed in a way that is accurate even when the value of number is close to zero.
Note:
'e' is the base of the natural system of logarithms, or approximately 2.718282.
Returns
eraised to the power ofnumberminusoneas afloat.
https://www.php.net/manual/en/function.expm1.php
Last modified: 2021-06-06
© 2021 universeorange.com