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

Unable to evaluate erfcinv #24684

Open
robertmx opened this issue Feb 8, 2023 · 1 comment
Open

Unable to evaluate erfcinv #24684

robertmx opened this issue Feb 8, 2023 · 1 comment

Comments

@robertmx
Copy link

robertmx commented Feb 8, 2023

Evaluating the erfcinv function yields a symbolic expression instead of a numerical approximation.

erfcinv(0.4).evalf()

returns erfcinv(0.4). I would expect the numerical evaluation of the function.

@sylee957
Copy link
Member

sylee957 commented Feb 9, 2023

There is no erfcinv implementation in mpmath
https://mpmath.org/doc/current/functions/expintegrals.html
so it could be useful to polyfill that function in core/evalf.py

skirpichev added a commit to skirpichev/diofant that referenced this issue Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants