Commit 2e2ab526 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added some items to TODO list.

parent 7587f416
......@@ -25,3 +25,8 @@
- frontend: replace 'dx' with '(dx)' with regex before sending to parser
- "sin^2 x" is supported by parser, but not yet by line printer.
- "Division by 1 yields the nominator." verwijdert negatie
- Raise constant -3 with 3 -> 27 ipv -27.
- 1/x + 2/(x+1) -> (3x + 1) / (x(x + 1)):
a/b + c/d -> ad/(bd) + bc/(bd) -> (ad + bc)/(bd)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment