Universeorange.com/Docs/

R3m/framework Function reference math.exp.m1

{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 e raised to the power of number minus one as a float.

More information:

https://www.php.net/manual/en/function.expm1.php

Last modified: 2021-06-07

© 2021 universeorange.com