Static function
Native
math.exp
Returns e (the base of natural logarithms) raised to the power <code>exponent</code>
Syntax
math.exp(exponent)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
exponent
|
number | — | The exponent for the function. |
Returns
- number