Complex Digamma Function
c++, function, math
Solution
I did not find a library, but google found this for me:
GammaFunctions.c++
However I did not check the validity of this code.
Problem
Do you know a c++ library where the Digamma Function (http://en.wikipedia.org/wiki/Digamma_function) is implemented with complex arguments?