sage_input for infinities and RealSet
Closed this issue · 8 comments
mkoeppe commented
sage: sage_input(RealSet((0, 1)))
ValueError: Can't convert (0, 1) to sage_input form
This ticket implements sage_input for RealSets (and, as a prerequisite for that, for infinities).
Component: numerical
Author: Matthias Koeppe
Branch/Commit: 67f8fa1
Reviewer: Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/21277
mkoeppe commented
mkoeppe commented
Author: Matthias Koeppe
mkoeppe commented
Description changed:
---
+++
@@ -4,3 +4,5 @@
ValueError: Can't convert (0, 1) to sage_input form
```
+This ticket implements `sage_input` for `RealSet`s (and, as a prerequisite for that, for infinities).
+vbraun commented
Reviewer: Volker Braun
mkoeppe commented
comment:5
Thanks!
vbraun commented
Changed branch from u/mkoeppe/sage_input_for_realset_and_piecewise to 67f8fa1