mpfr_t_mpfr_prec Property |
The precision of the mantissa, in limbs.
Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic mpfr_prec_t _mpfr_prec { get; }
Public ReadOnly Property _mpfr_prec As mpfr_prec_t
Get
public:
property mpfr_prec_t _mpfr_prec {
mpfr_prec_t get ();
}
member _mpfr_prec : mpfr_prec_t with get
Property Value
Type:
mpfr_prec_t
Remarks
In any calculation the aim is to produce _mpfr_prec limbs of result (the most significant being non-zero).
See Also