Skip to content
Snippets Groups Projects
Commit ed8a48ea authored by Taddeus Kroes's avatar Taddeus Kroes Committed by Taddeüs Kroes
Browse files

Added item to TODO list.

parent 441a1777
No related branches found
No related tags found
No related merge requests found
......@@ -30,3 +30,5 @@
- Raise constant -3 with 3 -> 27 ipv -27.
- 1/x + 2/(x+1) -> (3x + 1) / (x(x + 1)):
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.
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