2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 19:12:08 +00:00

[digamma] fix reference.

This commit is contained in:
jzmaddock
2014-11-07 16:57:18 +00:00
parent 50778a40c4
commit dd92123098

View File

@@ -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<T, Policy>() - constants::euler<T, Policy>();
int n = itrunc(x);