Click or drag to resize
mpfr_libmpfr_frexp Method
Overload List
  NameDescription
Public methodStatic memberCode examplempfr_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.
Public methodStatic memberCode examplempfr_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.
Top
See Also