expm1
Overloads
| Name | Description |
|---|---|
expm1(integer arg) -> real | Calculates e raised to the power of the given value minus 1. |
expm1(real arg) -> real | Calculates e raised to the power of the given value minus 1. |
expm1(bool arg) -> real | Calculates e raised to the power of the given value minus 1. |
expm1(integer arg) -> real
Calculates e raised to the power of the given value minus 1.
Parameters
- arg: The exponent value.
expm1(real arg) -> real
Calculates e raised to the power of the given value minus 1.
Parameters
- arg: The exponent value.
expm1(bool arg) -> real
Calculates e raised to the power of the given value minus 1.
Parameters
- arg: The exponent value.