| mpfr_libmpfr_frexp Method |
| Name | Description | |
|---|---|---|
| mpfr_frexp(mpfr_exp_t, mpfr_t, mpfr_t, mpfr_rnd_t) |
Set exp and y such that 0.5 ≤ abs(y) < 1 and y * 2^exp = x rounded to the precision of y, using the given rounding mode.
| |
| mpfr_frexp(ptrmpfr_exp_t, mpfr_t, mpfr_t, mpfr_rnd_t) |
Set exp and y such that 0.5 ≤ abs(y) < 1 and y * 2^exp = x rounded to the precision of y, using the given rounding mode.
|