-
Notifications
You must be signed in to change notification settings - Fork 17
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
bisect fails for infinite interval #243
Comments
Nor is it clear what the correct bisection of a semi-infinite interval would mean. Maybe just throw an error? An alternative is to have a way to just shave off infinity from the interval to leave a finite one. |
1 similar comment
Nor is it clear what the correct bisection of a semi-infinite interval would mean. Maybe just throw an error? An alternative is to have a way to just shave off infinity from the interval to leave a finite one. |
I think the reason bisect fails is because it does not check if the interval is unbounded or empty; see As a side remark, I just noticed that in the standard table 10.2 (page 39) states that |
Yes, you're right. I'll change it. |
Although it's not clear that this is actually a useful thing to do.
The text was updated successfully, but these errors were encountered: