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