Floor (FUN)

FUNCTION Floor : LREAL

Returns the greatest integral value that is not greater 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

Floor

LREAL