fp.floor
Returns the largest integer less than or equal to the fixed point number.
Args
self
(T
) - The input fixed point
Returns
Returns the largest integer less than or equal to the input fixed point number.
Examples
Last updated