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

Added error in parser to TODO list.

parent 566a7f5f
No related branches found
No related tags found
No related merge requests found
......@@ -48,3 +48,8 @@ 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)
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