Javascript Methods JavaScript Reference

Note:
Converts a number to exponential notation if it contains more digits 
than specified parameter.
    
Syntax:
    
numberName.toPrecision(param1)
Parameters:
    param1   Required; minimum number of digits to convert to exponential notation.