CEIL(a)
Rounds a to the next greater (most positive) integer.
Parameters
a(REAL)
The input value.
Return Value
Returns a REAL.
Examples
CEIL(12.1) returns 13
CEIL(-5.2) returns -5
See Also
FLOOR Function | Standard Functions
Copyright © 2024 Delta Computer Systems, Inc. dba Delta Motion