ceil({n}), ceiling({n})

Returns the nearest integer of equal or greater value to n. n can be any real numeric value in the range of -1.797e308 <= n <= 1.797e308.

ceil({n}) takes the following syntax.

This example takes the ceiling of the Profit field.

ceilProfit
42