mpfr_libmpfr_get_emin_min Method |
Namespace: Math.Mpfr.Native
public static mpfr_exp_t mpfr_get_emin_min()
Public Shared Function mpfr_get_emin_min As mpfr_exp_t
public: static mpfr_exp_t mpfr_get_emin_min()
static member mpfr_get_emin_min : unit -> mpfr_exp_t
This value is implementation dependent, thus a program using mpfr_set_emax(mpfr_get_emax_max()) or mpfr_set_emin(mpfr_get_emin_min()) may not be portable.
// Assert mpfr_set_emin minimum exponent. Assert.IsTrue(mpfr_lib.mpfr_get_emin_min() == -1073741823);
' Assert mpfr_set_emin minimum exponent. Assert.IsTrue(mpfr_lib.mpfr_get_emin_min() = -1073741823)
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.