Dolphin.com.bd

Office Suite Tutorial => Microsoft Office Access => Topic started by: bbasujon on August 15, 2012, 05:17:19 PM

Title: Microsoft Access Function Library: Log()
Post by: bbasujon on August 15, 2012, 05:17:19 PM
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.