POWER

Raise a base to the given exponent (alias for POW).

Category: math

Description

Raises the left operand to the power of the right operand. Both operands are coerced to DOUBLE before evaluation, and the result is DOUBLE. If either operand is NULL, the result is NULL.

Open in interactive docs →   DeltaForge home →