Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 2 of Ticket #2938


Ignore:
Timestamp:
09/20/18 16:06:50 (6 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2938

    • Property Owner set to gkronber
    • Property Status changed from new to accepted
    • Property Summary changed from The parser for symbolic expressions in infix form parses negative numbers strangly to The parser for symbolic expressions in infix form parses negative numbers and fractions strangly
  • Ticket #2938 – Description

    initial v2  
    3131}}}
    3232
     33- Input: 3/3+2/2+1/1
     34- Output:
     35{{{
     36 ((3 * 1/3) + (2 * 1/2) + (1 * 1/1))
     37}}}
    3338
    3439