fp.ceil
Returns the smallest integer greater than or equal to the fixed point number.
Args
*self
(T
) - The input fixed point
Returns
The smallest integer greater than or equal to the input fixed point number.
Examples
Last updated