Nodes > Math > Exponential > Exp
Returns the natural exponentiation of the input value. This is equivalent to the constant e raised to the power A.
Inputs
Name | Type | Description |
---|---|---|
A | float | Value to exponentiate |
Outputs
Name | Type | Description |
---|---|---|
exp( A ) | float | Natural exponentiation of A |
Was this page helpful?