Changes between Initial Version and Version 1 of Ticket #2265, comment 4
- Timestamp:
- 2013-06-27T11:50:46Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2265, comment 4
initial v1 1 1 Actually, if we had a rule to simplify: 2 `f()/x + g()/x` → `(f()+g())/x`, we would simplify the rest fine as well... 2 {{{ 3 f()/x + g()/x → (f()+g())/x 4 }}} 5 we would simplify the rest fine as well...