mpfr_libmpfr_erangeflag_p Method |
Namespace: Math.Mpfr.Native
public static int mpfr_erangeflag_p()
Public Shared Function mpfr_erangeflag_p As Integer
public: static int mpfr_erangeflag_p()
static member mpfr_erangeflag_p : unit -> int
// Clear flag and assert that flag is clear. mpfr_lib.mpfr_clear_erangeflag(); Assert.IsTrue(mpfr_lib.mpfr_erangeflag_p() == 0);
' Clear flag and assert that flag is clear. mpfr_lib.mpfr_clear_erangeflag() Assert.IsTrue(mpfr_lib.mpfr_erangeflag_p() = 0)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.