Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

digamma(::Complex{BigFloat}) #147

Closed
improbable-22 opened this issue Mar 5, 2019 · 1 comment
Closed

digamma(::Complex{BigFloat}) #147

improbable-22 opened this issue Mar 5, 2019 · 1 comment

Comments

@improbable-22
Copy link

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...

@improbable-22
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant