From dd921230981a2ed456a04b5c5848dd4e29ca2cd3 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 7 Nov 2014 16:57:18 +0000 Subject: [PATCH] [digamma] fix reference. --- include/boost/math/special_functions/digamma.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/math/special_functions/digamma.hpp b/include/boost/math/special_functions/digamma.hpp index db1f4b998..ef9521333 100644 --- a/include/boost/math/special_functions/digamma.hpp +++ b/include/boost/math/special_functions/digamma.hpp @@ -513,7 +513,7 @@ T digamma_imp(T x, const mpl::int_<0>* t, const Policy& pol) { // // Special case for half integer arguments, see: - // http://functions.wolfram.com/06.14.03.0008.01 + // http://functions.wolfram.com/06.14.03.0007.01 // result = -2 * constants::ln_two() - constants::euler(); int n = itrunc(x);