Sun Chili!Soft ASP Docs => Chapter 5: Developer's Reference => JScript Language Reference => JScript Objects => JScript Math Object =>
JScript Math Object log Method
Computes the natural logarithm of a numeric expression.
Applies To: JScript Math Object log Method
Math
Syntax: JScript Math Object log Method
Math.log(number)
Arguments: JScript Math Object log Method
number
A numeric expression for which the natural logarithm is sought.
Return Value: JScript Math Object log Method
The return value is the natural logarithm of number. The base is e.
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.