mpfr_libmpfr_get_default_prec Method |
Namespace: Math.Mpfr.Native
public static mpfr_prec_t mpfr_get_default_prec()
Public Shared Function mpfr_get_default_prec As mpfr_prec_t
public: static mpfr_prec_t mpfr_get_default_prec()
static member mpfr_get_default_prec : unit -> mpfr_prec_t
See the documentation of mpfr_set_default_prec.
// Assert that default precision is 53 bits. Assert.IsTrue(mpfr_lib.mpfr_get_default_prec() == 53U);
' Assert that default precision is 53 bits. Assert.IsTrue(mpfr_lib.mpfr_get_default_prec() = 53U)
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.