Ceil (FUN)

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.

Note

This function also handles the case LREAL = REAL.

InOut:

Scope

Name

Type

Input

f

LREAL

Return

Ceil

LREAL