| mpfr_t Properties |
The mpfr_t type exposes the following members.
| Name | Description | |
|---|---|---|
| _mp_d |
A pointer to an array of limbs which is the magnitude.
(Inherited from mp_base.) | |
| _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.) | |
| _mp_size |
The number of limbs currently in use.
(Overrides mp_base_mp_size.) | |
| _mpfr_exp |
The _mpfr_exp field stores the exponent.
| |
| _mpfr_prec |
The precision of the mantissa, in limbs.
| |
| _mpfr_sign |
Gets the sign of the floating-point number.
|