Ticket #1194 (closed defect: fixed)

Opened 3 years ago

Last modified 3 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: 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

1194.patch Download (1.0 KB) - added by mhansen 3 years ago.

Change History

Changed 3 years ago by mhansen

Changed 3 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

Changed 3 years ago by mhansen

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

Changed 3 years ago by robertwb

Looks good to me.

Changed 3 years ago by mabshoff

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