Calc Board Help
Cover Image

Ceiling Function

Syntax: ceil(x)

Example Syntax Output
ceil(4.2) ceil(4.2) 5
ceil(-4.9) ceil(-4.9) -4

Rounds any real number to its next, bigger integer.