Skip to content

pow

Syntax

pow(x,exponent)

Parameters

x
A numeric expression to use as the base.
exponent
A numeric expression to use as the exponent.

Returns

Returns a numerical value equal to the base x raised to power of the given exponent.

Description

This action returns the base x raised to power of the given exponent.

See Also