'toExponential()' Syntax, Parameters and Note : toExponential « Javascript Methods « JavaScript Reference

'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. 

    

      
      








Related examples in the same category

1.'toExponential()' Example
2.'toExponential()' is applied to