Ticket #1194 (closed defect: fixed)
[with patch] symbolic arithmetic (calculus) omits required parentheses
| Reported by: | cwitty | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.13 |
| Component: | calculus | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Consider this:
sage: (-1)^(1/4) -1^(1/4)
This should be printed (-1)^(1/4), instead.
Attachments
Change History
comment:1 Changed 6 years ago by mhansen
- Owner changed from was to mhansen
- Status changed from new to assigned
- Milestone changed from sage-2.9 to sage-2.8.13
Note: See
TracTickets for help on using
tickets.

