Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the natural logarithm of a number.
Syntax
Math.log(number)
Remarks
The required 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.
Requirements
Applies To: Math Object (Windows Scripting - JScript)