소스 검색

Updated TODO list

Taddeus Kroes 13 년 전
부모
커밋
c409356f56
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      TODO

+ 2 - 2
TODO

@@ -40,9 +40,9 @@
 # int_(-r)^(r) \pi (r^2 - x^2) dx  ->  4 / 3 * pi * r ^ 3
 # "&" instead of "^^"
 
-- 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)
+
+- "indefinite" / "definite" are sometimes confused in messges, fix that...