Updated TODO list.

parent 1724ba2f
......@@ -53,3 +53,9 @@ Division of 0 by 1 reduces to 0.
sin(x) ^ 2 + cos(x) ^ 2
>>> sin(x) ^ 2 + cos(x) ^ 2
sin(x ^ 2) + cos(x ^ 2)
- ExpressionNode werkend maken voor alle cases (negatie).
- validation traversal implementatie vergelijken met andere implementaties.
- Testen: 4^2 ; 1 / 2 * (2 / 3) ; 1 / b^3 * b^2
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