Berserk Docs
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

On this page