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

Missing support for erf #48

Closed
rcalxrc08 opened this issue Aug 28, 2023 · 2 comments
Closed

Missing support for erf #48

rcalxrc08 opened this issue Aug 28, 2023 · 2 comments

Comments

@rcalxrc08
Copy link
Contributor

Support for SpecialFunctions.erf is not implemented

@tansongchen
Copy link
Member

Fixed in #49

@rcalxrc08
Copy link
Contributor Author

I have to open a similar one. The support I added for erf is losing a lot of precision due to (2/sqrt(pi)).
In case of Float64 there is no real difference, but since this package supports BigFloats too I think it makes sense to rely on IrrationalConstants for sqrtpi or similar, in order to not lose precision.

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