The _mpfr_exp field stores the exponent.
Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic mpfr_exp_t _mpfr_exp { get; }
Public ReadOnly Property _mpfr_exp As mpfr_exp_t
Get
public:
property mpfr_exp_t _mpfr_exp {
mpfr_exp_t get ();
}
member _mpfr_exp : mpfr_exp_t with get
Property Value
Type:
mpfr_exp_t
Remarks
An exponent of 0 means a radix point just above the most significant limb.
Non-zero values n are a multiplier 2^n relative to that point.
A NaN, an infinity and a zero are indicated by special values of the exponent field.
See Also