===== Ceil (Function) ===== ==== Format ==== **ceil** ( [[numericexpressions|numeric_expression]] ) returns [[integerexpressions|integer_expression]] ==== Description ==== Returns the lowest integer that is greater than or equal to [[expressions|expression]]. ^Value^int()^ceil()^floor()^ |-4.56|-4|-4|-5| |-0.56|0|0|-1| |0.56|0|1|0| |5.56|5|6|5| ==== See Also ==== {{page>en:start#Mathematics&noheader}}