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