Scalar FunctionsMath Functions
pow
Returns the value raised to the specified power.
Syntax
pow(base, exponent)Parameters
Prop
Type
Returns: real
Examples
Example 1
print pow(3, 7)| print_0 (real) |
|---|
| 2187.0 |
Returns the value raised to the specified power.
pow(base, exponent)Prop
Type
Returns: real
print pow(3, 7)| print_0 (real) |
|---|
| 2187.0 |