summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorjofret2006-12-04 15:55:34 +0000
committerjofret2006-12-04 15:55:34 +0000
commitf02b59597e8ac973d47bed96ca8c0fe9ae058f8a (patch)
tree25dcbaf4a8fbff58f79e5299360f20099da770d6 /TODO
parented9328aa76aac224fb375af9471ae931fa874236 (diff)
downloadscilab2c-f02b59597e8ac973d47bed96ca8c0fe9ae058f8a.tar.gz
scilab2c-f02b59597e8ac973d47bed96ca8c0fe9ae058f8a.tar.bz2
scilab2c-f02b59597e8ac973d47bed96ca8c0fe9ae058f8a.zip
atan atanh
fed up with trigonometrics stuff
Diffstat (limited to 'TODO')
-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.