Click or drag to resize
mpfr_flags_t Enumeration
Represents one or more exception flags.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[FlagsAttribute]
public enum mpfr_flags_t
Members
  Member nameValueDescription
MPFR_FLAGS_UNDERFLOW1 Represents the underflow flag.
MPFR_FLAGS_OVERFLOW2 Represents the overflow flag.
MPFR_FLAGS_NAN4 Represents the NaN flag.
MPFR_FLAGS_INEXACT8 Represent the inexact flag.
MPFR_FLAGS_ERANGE16
MPFR_FLAGS_DIVBY032 Represent the divide-by-zero flag.
MPFR_FLAGS_ALL63 Represents all flags.
See Also