Add missed rewrite possibility to TODO list (remove common factors in division)

parent afd91740
......@@ -42,3 +42,7 @@
- Add parentheses to functions: "sin(x)" instead of "sin x"
- [((x+3)^5+4)^2]': chain rule should be executed first
- Missed rewrite possibility:
(4x) / (2x ^ 2 - 2y ^ 2) -> (2x) / (x ^ 2 - y ^ 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