Changes between Version 1 and Version 14 of Ticket #30289
- Timestamp:
- 08/05/20 11:48:21 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30289
-
Property
Status
changed from
new
topositive_review
-
Property
Authors
changed from
to
Michael Jung
- Property Cc slelievre added
-
Property
Branch
changed from
to
u/gh-mjungmath/error_in_display_of_a_continuous_map_between_open_intervals
-
Property
Reviewers
changed from
to
Travis Scrimshaw
-
Property
Commit
changed from
to
be7a363cd90d8802945094d8084242101e711538
-
Property
Status
changed from
-
Ticket #30289 – Description
v1 v14 1 Before this ticket: 1 2 {{{ 2 3 sage: R.<t> = RealLine() … … 8 9 t |--> 9 10 }}} 11 12 After this ticket: 13 {{{ 14 sage: h.display() 15 h: (2*pi, 6*pi) --> (0, 2*pi) 16 t |--> t = -pi + 1/2*t 17 }}}