Changes between Initial Version and Version 1 of Ticket #15906
- Timestamp:
- 03/07/14 14:08:16 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15906 – Description
initial v1 11 11 TypeError: ECL says: Error executing code in Maxima: solve_rat_ineq: -(x > 1) is not an inequality. 12 12 }}} 13 Since, by definition, operationson both lhs and rhs do not change the outcome, in one of the above two cases the outer op should be stripped away and the result solved.13 Since, by definition, simple operations (+,-,*,/) on both lhs and rhs do not change the outcome, in one of the above two cases the outer op should be stripped away and the result solved. 14 14 15 15 This ticket depends on #7660 having been implemented as proposed, as without you couldn't doctest it.