Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
Chapter 9
  
|
  Number functions     149
Ln
Format
Ln(number)
Parameter
 or 
Data type returned
number
Description
Returns the base-e (natural) logarithm of number. The Exp function is the inverse of the 
Ln function. Negative values return an error. For 0, the Ln function returns nothing 
because these values are out of the acceptable range. 
Examples
Ln(2.7182818) returns 
.99999998...
.
Ln(Exp(5)) returns 
5
.
Log
Format
Log(number)
Parameter
number - any positive numeric 
 containing a numeric expression
Data type returned
number
Description
Returns the common logarithm (base 10) of number, which can be any positive value. 
Negative values return an error. For 0, the Log function returns nothing because these 
values are out of the acceptable range.
Examples
Log(1) returns 
0
.
Log(100) returns 
2
.
Log
Ln number
(
)
Ln 10
( )
-----------------------------
=