Ticket #1194 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

[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

1194.patch Download (1012 bytes) - added by mhansen 6 years ago.

Change History

Changed 6 years ago by mhansen

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

comment:2 Changed 6 years ago by mhansen

  • Summary changed from symbolic arithmetic (calculus) omits required parentheses to [with patch] symbolic arithmetic (calculus) omits required parentheses

comment:3 Changed 6 years ago by robertwb

Looks good to me.

comment:4 Changed 5 years ago by mabshoff

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.