image\cslogo3d1.gif

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 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.