Commit 903dfc6f authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added item to TODO list.

parent ed8a48ea
......@@ -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).
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