Click or drag to resize
mpf_t_mp_prec Property
The precision of the mantissa, in limbs.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int _mp_prec { get; }

Property Value

Type: Int32
Remarks

In any calculation the aim is to produce _mp_prec limbs of result (the most significant being non-zero).

See Also