Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 190
Div
Purpose
Returns the next lowest integer value after dividing number by divisor. Equivalent to
Floor(number/divisor).
Format
Div(number;divisor)
Parameters
number - any numeric expression or field containing a numeric expression
divisor - any numeric expression or field containing a numeric expression
Data type returned
number
Originated in
FileMaker Pro 7.0
Examples
Div(2.5;2) returns 1.
Div(-2.5;2) returns -2.
Related topics
Contents
Functions reference (alphabetical list)
Exp
Purpose
Returns the value of the constant e (the base of the natural logarithm, equal to 2.7182818) raised to
the power of
number.
Format
Exp(number)
Parameters
number - any numeric expression or field containing a numeric expression
Data type returned
number