Share via


log Method (JScript 5.6) 

Returns the natural logarithm of a number.


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

Version 1

Applies To: Math Object (JScript 5.6)

See Also

Reference

sqrt Method (JScript 5.6)