Round
|
Math functions |
SYNTAX | Round( NUMBER ) round( ARRAY ) |
RETURNS | NUMBER, ARRAY |
FUNCTION | Rounds NUMBER or ARRAY to the nearest integer. |
EXAMPLE | The formula "round( +11.5 )" returns +12. The formula "round( -11.4 )" returns -11. |
SEE ALSO | The ceil() function; the floor() function; the int() function. |
The Round function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.