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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.