浏览代码

Added some new implemented features to TODO as documentation.

Taddeus Kroes 13 年之前
父节点
当前提交
3d2a13abec
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      TODO

+ 4 - 0
TODO

@@ -33,3 +33,7 @@
   rather than "sin(x ^ 2)" (which it is now).
 
 - 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