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

Updated TODO list.

parent c03390ba
No related branches found
No related tags found
No related merge requests found
......@@ -59,3 +59,14 @@ Division of 0 by 1 reduces to 0.
- validation traversal implementatie vergelijken met andere implementaties.
- Testen: 4^2 ; 1 / b^3 * b^2 ; 2/4 -> 1/2
- Fix the following loop using strategy (reduce_fraction_constants):
>>> 2 / 7 - 4 / 11
2 / 7 - 4 / 11
>>> @
22 / 77 - 28 / 77
>>> @
2 / 7 - 28 / 77
>>> @
2 / 7 + 4 / 11
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