Function: Log()
Purpose: The Log() function takes a positive non-zero number as input and returns the natural logarithm of that number as output.
Usage: Log(value)
Returns: Natural logarithm of the input value
Example:
Dim MyResult As Double = Log(10)
In this example, MyResult would be 2.302585, the natural logarithm of 10.