Math.pow()

Syntax:

Math.pow( x, y )

Return:

The x raised to the power of y.

Parameters:

x – the number or a variable containing a number. This parameter is required.

y – the number or a variable containing a number. This parameter is required.

image\Script_Button.jpgExamples