13 if (p_plus && (mpfr_cmp_si(&f.
re, 0) > 0 ||
14 (mpfr_cmp_si(&f.
re, 0) == 0 && mpfr_cmp_si(&f.
im, 0) > 0)))
17 if (p_parens && mpfr_cmp_si(&f.
re, 0) != 0 && mpfr_cmp_si(&f.
im, 0) != 0) {
18 if (mpfr_cmp_si(&f.
re, 0) < 0) {
23 o <<
"-(" << &neg <<
")";
26 o <<
"(" << &f <<
")";
29 if (!p_one && mpfr_cmp_si(&f.
re, -1) == 0 && mpfr_cmp_si(&f.
im, 0) == 0)
31 else if (p_one || mpfr_cmp_si(&f.
re, 1) != 0 || mpfr_cmp_si(&f.
im, 0) != 0)
Text-formatting helpers layered on buffer: bignum print, line wrapping, M2_gbTrace-gated emit.