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

no method matching _erf(::Complex{BigFloat}) #416

Open
jherekhealy opened this issue Dec 12, 2022 · 1 comment
Open

no method matching _erf(::Complex{BigFloat}) #416

jherekhealy opened this issue Dec 12, 2022 · 1 comment

Comments

@jherekhealy
Copy link

Hi,

This package is great, BigFloat and Complex are supported for erf and erfc, and the implementation is fast.
However, the combination of BigFloat and Complex is not supported. It would be great to add support for it, example:
erf(big(1.1im))

ERROR: MethodError: no method matching _erf(::Complex{BigFloat})
Closest candidates are:
_erf(::Float64) at ~/.julia/packages/SpecialFunctions/9pXme/src/erf.jl:15

@stevengj
Copy link
Member

Yes, this is not currently implemented. It’s not trivial to extend special-function algorithms to support arbitrary precision, unfortunately.

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

2 participants