Skip to content
Snippets Groups Projects
Commit 903dfc6f authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Added item to TODO list.

parent ed8a48ea
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,4 @@
a/b + c/d -> ad/(bd) + bc/(bd) -> (ad + bc)/(bd)
- To work 100% correctly, POW and SUB (^ and _) should have a precedence equal to INTEGRAL when used for integral bounds.
- Give FUNCTION higher precedence than POW? -> "sin(x) ^ 2 == (sin x) ^ 2" rather than "sin(x ^ 2)" (which it is now).
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