Click or drag to resize
mpfr_libmpfr_get_str Method
Overload List
  NameDescription
Public methodStatic memberCode examplempfr_get_str(char_ptr, ptrmpfr_exp_t, Int32, size_t, mpfr_t, mpfr_rnd_t)
Convert op to a string of digits in base b, with rounding in the direction rnd, where n is either zero (see below) or the number of significant digits output in the string; in the latter case, n must be greater or equal to 2.
Public methodStatic memberCode examplempfr_get_str(char_ptr, mpfr_exp_t, Int32, size_t, mpfr_t, mpfr_rnd_t)
Convert op to a string of digits in base b, with rounding in the direction rnd, where n is either zero (see below) or the number of significant digits output in the string; in the latter case, n must be greater or equal to 2.
Top
See Also