Number functions are used to manipulate numbers.
Number Function Reference
FileMaker provides the following built-in number functions :
Abs
Ceiling
Combination
Div
Exp
Factorial
Floor
Int
Lg
Ln
Log
Mod
Random
Round
SetPrecision
Sign
Sqrt
Truncate
Abs
The Abs function calculates the absolute value of a number, which is a non-negative value representing its distance from zero.
Format | Abs ( number ) |
Parameters | number = any number. |
Result | A number representing the absolute value of the number provided. |
These examples show the function operating ...