summaryrefslogtreecommitdiff
path: root/src/erfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/erfc.c')
-rw-r--r--src/erfc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/erfc.c b/src/erfc.c
index b40c0fbdb..89989e6a2 100644
--- a/src/erfc.c
+++ b/src/erfc.c
@@ -131,8 +131,9 @@ mpfr_erfc (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd)
MPFR_SAVE_EXPO_DECL (expo);
MPFR_ZIV_DECL (loop);
- MPFR_LOG_FUNC (("x[%#R]=%R rnd=%d", x, x, rnd),
- ("y[%#R]=%R inexact=%d", y, y, inex));
+ MPFR_LOG_FUNC
+ (("x[%Pu]=%.*Rg rnd=%d", mpfr_get_prec (x), mpfr_log_prec, x, rnd),
+ ("y[%Pu]=%.*Rg inexact=%d", mpfr_get_prec (y), mpfr_log_prec, y, inex));
if (MPFR_UNLIKELY (MPFR_IS_SINGULAR (x)))
{