DRAFTThis page is not published. Only visible in development mode.
math module · Scalar Function

math::power

Raise a number to a power (exponentiation).

Syntax

RQL

Parameters

NameTypeDescription
baseNumberThe base number
exponentNumberThe power to raise the base to

Return Value

Returns the result of raising the base to the specified exponent (base^exponent).

Examples

$ Calculate power
$ ctrl+enter to run

Related Functions