exp
Overloads
| Name | Description |
|---|---|
exp(bool arg) -> real | Calculates the exponential of the given value (e^x). |
exp(real arg) -> real | Calculates the exponential of the given value (e^x). |
exp(complex arg) -> complex | Calculates the exponential of the given value (e^x). |
exp(integer arg) -> real | Calculates the exponential of the given value (e^x). |
exp(bool arg) -> real
Calculates the exponential of the given value (e^x).
Parameters
- arg: The exponent value.
exp(real arg) -> real
Calculates the exponential of the given value (e^x).
Parameters
- arg: The exponent value.
exp(complex arg) -> complex
Calculates the exponential of the given value (e^x).
Parameters
- arg: The exponent value.
exp(integer arg) -> real
Calculates the exponential of the given value (e^x).
Parameters
- arg: The exponent value.