Represents the different rounding modes.
Round toward -Infinity. MPFR_RNDD
Round away from zero. MPFR_RNDA
Round to nearest, with ties to even. MPFR_RNDN
Round toward zero. MPFR_RNDZ
Round toward +Infinity. MPFR_RNDU
Generated using TypeDoc
Represents the different rounding modes.