Prec
|
Math functions |
SYNTAX | Prec(ARRAY, precision ) |
RETURNS | ARRAY |
FUNCTION | Truncates ARRAY to precision decimal places. |
EXAMPLE | The formula "prec( 10.12981, 2 )" returns 10.120. The formula "prec( 10.12981, 4 )" returns 10.12980. |
SEE ALSO |
The Prec function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.