Math.Ceil

The function of “Ceil” is to implicitly convert numeric datatype or any non-numeric datatype to a numeric datatype by taking it as an argument.
The Ceil function returns the same datatype as the numeric datatype of the argument. The Ceil function returns the smallest integer greater than or equal to n.
Syntax
: math.ceil(field_name)
Example
: math.ceil([rental_rate])
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.