Skip to content
Snippets Groups Projects
Commit 01acdf18 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Updated TODO list.

parent 1724ba2f
No related branches found
No related tags found
No related merge requests found
......@@ -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
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