Skip to content
Snippets Groups Projects
Commit 2f20f14d authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Removed some more completed items from TODO list.

parent 52101f51
No related branches found
No related tags found
No related merge requests found
......@@ -47,13 +47,6 @@ smvv@multivac ~/work/trs $ printf "0/1\n??" | ./main.py
Division of 0 by 1 reduces to 0.
Division of 0 by 1 reduces to 0.
- Fractions constant rewrite rules.
- >>> (sin x) ^ 2 + (cos x) ^ 2
sin(x) ^ 2 + cos(x) ^ 2
>>> sin(x) ^ 2 + cos(x) ^ 2
sin(x ^ 2) + cos(x ^ 2)
- ExpressionNode.equals() werkend maken voor alle cases (negatie).
- validation: preorder traversal implementatie vergelijken met andere
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment