Rounding and Remainders
Rounding, modulus, and remainder functions
Functions
ceil | Round toward positive infinity |
fix | Round toward zero |
floor | Round toward negative infinity |
mod | Modulus after division for fi objects |
nearest | Round toward nearest integer with ties rounding toward
positive infinity |
round | Round fi object toward nearest integer
or round input data using quantizer object |