Changes between Initial Version and Version 1 of Ticket #2265, comment 4


Ignore:
Timestamp:
2013-06-27T11:50:46Z (12 years ago)
Author:
Martin Sjölund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2265, comment 4

    initial v1  
    11Actually, if we had a rule to simplify:
    2 `f()/x + g()/x` → `(f()+g())/x`, we would simplify the rest fine as well...
     2{{{
     3f()/x + g()/x → (f()+g())/x
     4}}}
     5we would simplify the rest fine as well...