Click or drag to resize
mpfr_libMPFR_PREC_MAX Field
The maximum number of bits that can be used to represent the significand of a floating-point number.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static readonly mpfr_prec_t MPFR_PREC_MAX

Field Value

Type: mpfr_prec_t
Remarks

In the current implementation, MPFR_PREC_MIN is 2,147,483,647.

See Also