Help

Table Of Contents
FILEMAKER PRO HELP 871
Description
Number can be any positive value. Negative values return an error. For 0, the Lg function returns
nothing because this value is out of the acceptable range.
Examples
Lg(1) = 0
Lg(2) = 1
Lg(32) = 5
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Ln
Purpose
Returns the base-e (natural) logarithm of number.
Format
Ln(number)
Parameters
number - any numeric expression or field containing a numeric expression
Data type returned
number
Originated in
FileMaker Pro 6.0 or earlier
Description
Number can be any positive value. Negative values and 0 return an error. The Exp function is the
inverse of the
Ln function.
Examples
Ln(2.7182818) returns .99999998....
Lg
Ln number()
Ln 2()
---------------------------------
=