Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 193
Parameters
number - any numeric expression or field containing a numeric expression
Data type returned
number
Originated in
FileMaker Pro 6.0 or earlier
Examples
Int(1.45) returns 1.
Int(-3.9) returns -3.
Int(123.9) returns 123.
Int(Players/3) returns 4, if Players contains 13.
Related topics
Contents
Functions reference (alphabetical list)
Lg
Purpose
Returns the base-2 logarithm of number.
Format
Lg(number)
Parameters
number - any numeric expression or field containing a numeric expression
Data type returned
number
Originated in
FileMaker Pro 7.0
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.
Lg
Ln number()
Ln 2()
---------------------------------
=