power

Returns "numeric_expression1" raised to the power "numeric_expression2". If "numeric_expression1" is negative, then "numeric_expression2" must result in an integer value.

Syntax

power ( numeric_expression1 , numeric_expression2 )

Example

power ( 3 , 2 )

Result

9