summaryrefslogtreecommitdiff
path: root/src/digamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/digamma.c')
-rw-r--r--src/digamma.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/digamma.c b/src/digamma.c
index 7cb450da4..5b767366c 100644
--- a/src/digamma.c
+++ b/src/digamma.c
@@ -279,6 +279,11 @@ int
mpfr_digamma (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode)
{
int inex;
+
+ MPFR_LOG_FUNC
+ (("x[%Pu]=%.*Rg rnd=%d", mpfr_get_prec(x), mpfr_log_prec, x, rnd_mode),
+ ("y[%Pu]=%.*Rg inexact=%d", mpfr_get_prec(y), mpfr_log_prec, y, inex));
+
MPFR_SAVE_EXPO_DECL (expo);
if (MPFR_UNLIKELY(MPFR_IS_SINGULAR(x)))