mpfr_libMPFR_PREC_MIN Field |
The minimum 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)
Syntaxpublic static readonly mpfr_prec_t MPFR_PREC_MIN
Public Shared ReadOnly MPFR_PREC_MIN As mpfr_prec_t
public:
static initonly mpfr_prec_t MPFR_PREC_MIN
static val MPFR_PREC_MIN: mpfr_prec_t
Field Value
Type:
mpfr_prec_t
Remarks
In the current implementation, MPFR_PREC_MIN is 1.
See Also