mpfr_libmpfr_get_emin_max Method |
Namespace: Math.Mpfr.Native
public static mpfr_exp_t mpfr_get_emin_max()
Public Shared Function mpfr_get_emin_max As mpfr_exp_t
public: static mpfr_exp_t mpfr_get_emin_max()
static member mpfr_get_emin_max : 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 maximum exponent. Assert.IsTrue(mpfr_lib.mpfr_get_emin_max() == 1073741823);
' Assert mpfr_set_emin maximum exponent. Assert.IsTrue(mpfr_lib.mpfr_get_emin_max() = 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.