TODO 620 B

1234567891011121314151617181920
  1. # vim: set fileencoding=utf-8 :
  2. - Last possibilities reduce to a similar result.
  3. - ExpressionNode.equals() werkend maken voor alle cases (negatie).
  4. - Create unit tests for node inequivalence operator.
  5. - Line printer: 1 / (n + n)x -> 1 / (n + n) * x
  6. - Modules:
  7. + Equations with substitution
  8. + Gonio, no matches for sin(pi), sin(2pi), sin(4pi), etc...
  9. - Add parentheses to integral bounds where needed:
  10. int_(-1)^2 ... dx
  11. or, fix parser error using the following notation:
  12. int_-1^2 ... dx
  13. - Fix: int -cf(x) dx (caused infinite loop)
  14. Solution: remove baby steps that rewrites f(x) to f(x) ^ 1