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: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
Consider this:
sage: (-1)^(1/4) -1^(1/4)
This should be printed (-1)^(1/4), instead.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

