ExCellerate.Functions.Math.Ceil (excellerate v0.4.0)

Copy Markdown View Source

Rounds a number up to the nearest integer.

Examples

ceil(1.2)   2
ceil(3.0)   3
ceil(-1.7)  -1