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

erfinv hangs with an input that contains 1 #5

Open
dpsanders opened this issue Apr 30, 2018 · 1 comment
Open

erfinv hangs with an input that contains 1 #5

dpsanders opened this issue Apr 30, 2018 · 1 comment

Comments

@dpsanders
Copy link
Member

julia> x = erf(3..10)
Interval(0.9999779095030014, 1.0)

julia> erfinv(x)

Maybe we need to special case that?

@SebastianM-C
Copy link
Contributor

Also for -1. (this happens at the edge of the domain, which in this case is (-1,1) )
erfcinv also does this for 0 and 2. (the domain is (0, 2)).

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