ceil

Type: External

Group: general

Syntax

ceil(value)

Description

Rounds the value of the first operand up to the nearest integer

Examples

ceil(-5.5) = -5 ceil(2.3) = 3

See Also

floor, round