Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Pow() Syntax, Parameters and Note

Note: Calculate the power.      Syntax:      Math.pow(param1, param2) Parameters:     param1   Required; the number to use as the base.     param2   Required; the number to use as the exponent.