Microsoft JScript
log Method
Language Reference
Version 1

See Also Applies To


Description
Computes the natural logarithm of a numeric expression.
Syntax
Math.log(number)

The number argument is a numeric expression for which the natural logarithm is sought.

Return Value

The return value is the natural logarithm of number. The base is e.


Comments