Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

ToExponential() Syntax, Parameters and Note

Note: Converts the value of a Number object into exponential notation.      Syntax:      numberName.toExponential(param1) Parameters:     param1   Required; number of decimal places in the exponential notation.