Click or drag to resize
mpfr_t Properties

The mpfr_t type exposes the following members.

Properties
  NameDescription
Public property_mp_d
A pointer to an array of limbs which is the magnitude.
(Inherited from mp_base.)
Public property_mp_d_intptr
The _mp_d_intptr field is a pointer to the limbs, least significant limbs stored first.
(Overrides mp_base_mp_d_intptr.)
Public property_mp_size
The number of limbs currently in use.
(Overrides mp_base_mp_size.)
Public property_mpfr_exp
The _mpfr_exp field stores the exponent.
Public property_mpfr_prec
The precision of the mantissa, in limbs.
Public property_mpfr_sign
Gets the sign of the floating-point number.
Top
See Also