Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration mpfr_rnd_t

Index

Enumeration members

MPFR_RNDA = 4

Round away from zero

MPFR_RNDD = 3

Round toward -Inf

MPFR_RNDF = 5

(Experimental) Faithful rounding

MPFR_RNDN = 0

Round to nearest, with ties to even

MPFR_RNDNA = -1

(Experimental) Round to nearest, with ties away from zero (mpfr_round)

MPFR_RNDU = 2

Round toward +Inf

MPFR_RNDZ = 1

Round toward zero

Generated using TypeDoc