Ceil Function
Round up to the nearest whole number
Description
The function \(Ceil\) returns the smallest integer larger than the argument. The argument can be real values, lists or tables.
Syntax
Ceil (x)
Ceil (list)
Ceil (table)
Example
Ceil(-2.3)= -2
Ceil(2.5)= 3