Math.Pow

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

Math.Pow


 

Calculates the power of x to the y power.

 


syntax

Math.Pow(

         x,

         y

         )

 


Parameters

 

x

 

Type:

Number

 

bottom.

 

y

 

Type:

Number

 

index.

 

Return Value

 

 

Type:

Number

 

The result value.

 


Supported


Script Action

Browser script

Calculation formula syntax

 

 


reference