Click or drag to resize
mpfr_lib.mpfr_get_d_2exp Method
Overload List
  NameDescription
Public methodStatic memberCode examplempfr_get_d_2exp(Int32, mpfr_t, mpfr_rnd_t)
Return d and set exp such that 0.5 ≤ abs(d) <1 and d * 2^exp = op rounded to double precision, using the given rounding mode.
Public methodStatic memberCode examplempfr_get_d_2exp(ptr<Int32>, mpfr_t, mpfr_rnd_t)
Return d and set exp such that 0.5 ≤ abs(d) <1 and d * 2^exp = op rounded to double precision, using the given rounding mode.
Top
See Also