summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 8fa20771..84c368b8 100644
--- a/TODO
+++ b/TODO
@@ -5,13 +5,13 @@
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Tue Nov 21 15:22:58 2006 jofret
-## Last update Tue Nov 28 18:03:35 2006 jofret
+## Last update Wed Nov 29 11:57:47 2006 jofret
##
## Copyright INRIA 2006
##
-BJ - Evaluated and draw :
+BJ - Evaluated and drawn :
+ cos : [done R & C]
+ sin : [done R & C]
+ tan : [done R & C]
@@ -19,6 +19,7 @@ BJ - Evaluated and draw :
+ sign : [done R]
+ abs : [done R]
+ sqrt : [done R & C]
+ + pythag: [done R]
BJ - Evaluate and draw a graph of function dependences.
+ ch : Fixme (R & C)
@@ -26,7 +27,6 @@ BJ - Evaluate and draw a graph of function dependences.
+ tanh : Fixme (R & C)
+ atan2 : Fixme (R)
+ exp : Fixme (R & C)
- + pythag: Fixme (R)
+ Logp1 : Fixme (R)
BJ - Find a way to code complex type taking care of double/float precision.