summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index ec45b344..d457e06c 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,7 @@
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Tue Nov 21 15:22:58 2006 jofret
-## Last update Mon Dec 4 14:57:38 2006 jofret
+## Last update Mon Dec 4 16:55:06 2006 jofret
##
## Copyright INRIA 2006
##
@@ -17,11 +17,13 @@ BJ - Evaluated and drawn - have to be implemented in C :
+ sin : [done R & C]
+ asin : [done R & C]
+ tan : [done R & C]
+ + atan : [done R & C]
+ ch : [done R & C]
+ acosh : [done R & C]
+ sh : [done R & C]
+ asinh : [done R & C]
+ tanh : [done R & C]
+ + atanh : [done R & C]
+ log : [done R & C]
+ exp : [done R & C]
+ sqrt : [done R & C]
@@ -34,8 +36,7 @@ BJ - Evaluated and drawn - have to be implemented in C :
BJ - Evaluate and draw a graph of function dependences.
- + atanh : Fixme R & C
- + atan : Fixme R & C
+ + ...
BJ - Find a way to code complex type taking care of double/float precision.