Explorar o código

Added some new implemented features to TODO as documentation.

Taddeus Kroes %!s(int64=13) %!d(string=hai) anos
pai
achega
3d2a13abec
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      TODO

+ 4 - 0
TODO

@@ -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