Scalar FunctionsMath Functions
exp10
Returns 10 raised to the power of the numeric expression.
Syntax
exp10(x)Parameters
Prop
Type
Returns: real
Examples
Example 1
print exp10(3)| print_0 (real) |
|---|
| 1000.0 |
Returns 10 raised to the power of the numeric expression.
exp10(x)Prop
Type
Returns: real
print exp10(3)| print_0 (real) |
|---|
| 1000.0 |