This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#15114 remove coercions from RR, RDF, float to RIF
Mainly because it makes it hard to use interval arithmetic reliably. See the discussion on the trac ticket for details. Note that RR → RIF is currently an exception among interval fields: there are no coercions CC → CIF, RR → RBF, RR → CBF, or CC → CBF. There are, however, coercions CC → SR and SR → CIF, but the bug here is the existence of the latter, not that their composition is not defined. fixR
- Loading branch information
1 parent
c4a802d
commit 315ddc2
Showing
2 changed files
with
34 additions
and
49 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