Click or drag to resize
Math.Mpfr.Native Namespace
The Math.Mpfr.Native namespace contains types defined to expose all of the GNU MPFR functionality to .NET.
Classes
  ClassDescription
Public classmpfr_lib
Represents all of the functions of the GNU MPFR library.
Public classmpfr_t
Represents a multiple precision floating-point number.
Public classva_list
Represent a variable argument list.
Structures
  StructureDescription
Public structureintmax_t
Represents the maximum width integer type.
Public structurempfr_exp_t
Represents the exponent of a floating-point number.
Public structurempfr_prec_t
Represents precision in number of bits.
Public structurempfr_sign_t
Represents the sign of a floating-point number.
Public structureuintmax_t
Represents the maximum width unsigned integer type.
Enumerations
  EnumerationDescription
Public enumerationmpfr_flags_t
Represents one or more exception flags.
Public enumerationmpfr_free_cache_t
Represents the free cache policies.
Public enumerationmpfr_kind_t
Represents the kind of floating-point number in the GNU MPFR - Custom Interface.
Public enumerationmpfr_rnd_t
Represents the different rounding modes.