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

'log()' Syntax, Parameters and Note

Note:

Natural logarithm of a number.
    
Syntax:
    
Math.log(param1)

Parameters:
    param1   Required; the number to convert.

    

      
      








Related examples in the same category

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