sagemath/sage

sage_input for infinities and RealSet

Closed this issue · 8 comments

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).

CC: @rwst @vbraun @videlec

Component: numerical

Author: Matthias Koeppe

Branch/Commit: 67f8fa1

Reviewer: Volker Braun

Issue created by migration from https://trac.sagemath.org/ticket/21277

Author: Matthias Koeppe

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).
+

New commits:

1543f32sage_input for infinities
67f8fa1sage_input for RealSet

Commit: 67f8fa1

Reviewer: Volker Braun

comment:5

Thanks!