forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-38360: Reintroducing tight complex interval inverse
This provides a (hopefully) correct implementation of computing a tight enclosure for the inverse of a complex interval. It fixes sagemath#37963. There is some history to this: Commit 84ab655 from sagemath#19964 introduced a tight enclosure but had some bugs such as ticket sagemath#37927. Thus, the that commit (and the subsequent partial fixes) were reverted in commit 8d59b12, see pull request sagemath#37941. This is a new implementation of Rokne-Lancaster that I wrote from scratch. ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies sagemath#37941 URL: sagemath#38360 Reported by: Matthias Goerner Reviewer(s): Marc Culler, Nathan Dunfield
- Loading branch information
Showing
9 changed files
with
470 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.