Commit 2aae04c7 authored by Taddeus Kroes's avatar Taddeus Kroes

Added error in parser to TODO list.

parent 566a7f5f
...@@ -48,3 +48,8 @@ Division of 0 by 1 reduces to 0. ...@@ -48,3 +48,8 @@ Division of 0 by 1 reduces to 0.
Division of 0 by 1 reduces to 0. Division of 0 by 1 reduces to 0.
- Fractions constant rewrite rules. - 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)
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