mpfr_libmpfr_set_divby0 Method |
Namespace: Math.Mpfr.Native
// Set flag and assert that flag is set. mpfr_lib.mpfr_set_divby0(); Assert.IsTrue(mpfr_lib.mpfr_divby0_p() != 0);
' Set flag and assert that flag is set. mpfr_lib.mpfr_set_divby0() Assert.IsTrue(mpfr_lib.mpfr_divby0_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.