engine:functions:mathematics:ceil

ceil()

rounds up the given number x to the next integer value

definition

 ceil ( x: decimal ) : integer

parameters

x any numeric value

return
number rounded up to the next integer.

example
ceil ( 3.5 ) returns 4