Author Topic: Microsoft Access Function Library: Log()  (Read 1477 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1827
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Microsoft Access Function Library: Log()
« 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.
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection