Commit 3d2a13ab authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added some new implemented features to TODO as documentation.

parent 5ac16510
...@@ -33,3 +33,7 @@ ...@@ -33,3 +33,7 @@
rather than "sin(x ^ 2)" (which it is now). rather than "sin(x ^ 2)" (which it is now).
- Add error message to exception in frontend. - Add error message to exception in frontend.
# Now works:
# int_(-3)^(3) \pi (3^2 - x^2) dx -> 36pi
# int_(-r)^(r) \pi (r^2 - x^2) dx -> 4 / 3 * pi * r ^ 3
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