You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I can answer this: after some googling I found the "Arb" library, which is wrapped by https://github.com/JeffreySarnoff/ArbNumerics.jl . This provides high-precision versions of many special functions, including digamma.
Is there by any chance a trick for evaluating
digamma(::Complex{BigFloat})
?It looks like
digamma(::BigFloat)
calls something from MPFR, which does not appear to have a complex version (https://www.mpfr.org/mpfr-current/mpfr.html#Special-Functions) so it would have to be some other way...The text was updated successfully, but these errors were encountered: