Log Function

Returns the natural logarithm of the value specified.

Syntax

result = Log( value )


Parameters

value

Double

The value you want the natural logarithm of.


Return Value

Result

Double

The natural logarithm of value.



Examples

This example uses the Log function to return the natural logarithm of a number.

Dim d As Double
d=Log(10) //returns 2.3025851