POWER

POWER(arg1, arg2) → { number | string | boolean }

Returns the result of a number raised to a power.

Parameters:

Name Type Description
arg1 number

Is the base number, any real number.

arg2 number

Is the exponent, to which the base number is raised.

Returns:

Type
number | string | boolean