Module honestintervals::mpfr [] [src]

MPFR wrapper module.

GNU MPFR is a C library that provides arbitrary precision floating-point functionality. This module defines mpfr::Mpfr struct which implements fp::Float using GNU MPFR.

Structs

Mpfr

MPFR struct.

Enums

MpfrRnd

MPFR rounding mode enum.

ParseMpfrError

MPFR parsing error enum.