mpfr_lib.mpfr_get_d_2exp Method |
Name | Description | |
---|---|---|
![]() ![]() ![]() | mpfr_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.
|
![]() ![]() ![]() | mpfr_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.
|