VBScript » Functions » Log

Version: 1.0

Syntax:
Log(Number)

The Log function returns the natural logarithm of a number.

There is a companion function Exp for the reverse operation.

You can not use a negative number.

Examples

Code:
<% =Log(26.2850411552082) %>
Output:
3.269
Language(s): VBScript

See Also: