Click or drag to resize
mpfr_lib Fields

The mpfr_lib type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMPFR_PREC_MAX
The maximum number of bits that can be used to represent the significand of a floating-point number.
Public fieldStatic memberMPFR_PREC_MIN
The minimum number of bits that can be used to represent the significand of a floating-point number.
Public fieldStatic memberMPFR_VERSION
MPFR_VERSION is the version of MPFR.
Public fieldStatic memberMPFR_VERSION_MAJOR
MPFR_VERSION_MAJOR is the major MPFR version.
Public fieldStatic memberMPFR_VERSION_MINOR
MPFR_VERSION_MINOR is the minor MPFR version.
Public fieldStatic memberMPFR_VERSION_PATCHLEVEL
MPFR_VERSION_PATCHLEVEL is the patch level of MPFR version.
Public fieldStatic memberMPFR_VERSION_STRING
MPFR_VERSION_STRING is the version (with an optional suffix, used in development and pre-release versions) as a string constant.
Top
See Also