Table of Contents

Ceil (Function)

Format

ceil ( numeric_expression )

returns integer_expression

Description

Returns the lowest integer that is greater than or equal to expression.

Valueint()ceil()floor()
-4.56-4-4-5
-0.5600-1
0.56010
5.56565

See Also

2016/01/01 22:42