ceil
Round fractions up
&reftitle.description;
floatceil
intfloatnum
Returns the next highest integer value by rounding up
num if necessary.
&reftitle.parameters;
num
The value to round
&reftitle.returnvalues;
num rounded up to the next highest
integer.
The return value of ceil is still of type
float as the value range of float is
usually bigger than that of int.
&reftitle.changelog;
&Version;
&Description;
8.0.0
num no longer accepts internal objects which support
numeric conversion.
&reftitle.examples;
ceil example
]]>
&reftitle.seealso;
floor
round