Ceil

Value = Ceil ( Number )

Return the smallest integral value that is not less than Number.

Examples

PRINT Ceil(Pi)
4

PRINT Ceil(-Pi)
-3

See also