Nodes > Math > Exponential > Exp2

Returns 2 raised to the power of the input value.
Inputs
| Name | Type | Description |
|---|---|---|
| A | float | Value to raise 2 to the power of |
Outputs
| Name | Type | Description |
|---|---|---|
| exp2( A ) | float | 2 raised to the power of A |
Was this page helpful?