Category:

Mathematical

Raises a number to the power.

Syntax

power(
  x Numeric,
  y Numeric
): Numeric

Parameters

x is a base.

y is a power.

Return value

Type: Numeric.

Examples of using

power(15.2, 3)