FUNCTION Ceil : LREAL
Returns the smallest integral value that is not less than f. If f is +0, -0, infinity, or NaN, then f is returned.
This function also handles the case LREAL = REAL.
Scope
Name
Type
Input
f
LREAL
Return
Ceil