exp2()
The base-2 exponential function of x, which is 2 raised to the power x: 2^x.
Syntax
exp2(x)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| x | real | ✓ | The value of the exponent. |
Returns
The exponential value of x.
The base-2 exponential function of x, which is 2 raised to the power x: 2^x.
exp2(x)
| Name | Type | Required | Description |
|---|---|---|---|
| x | real | ✓ | The value of the exponent. |
The exponential value of x.