Click or drag to resize
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)
Syntax
public mpfr_prec_t _mpfr_prec { 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