diff options
author | jofret | 2006-12-04 15:55:34 +0000 |
---|---|---|
committer | jofret | 2006-12-04 15:55:34 +0000 |
commit | f02b59597e8ac973d47bed96ca8c0fe9ae058f8a (patch) | |
tree | 25dcbaf4a8fbff58f79e5299360f20099da770d6 /TODO | |
parent | ed9328aa76aac224fb375af9471ae931fa874236 (diff) | |
download | scilab2c-f02b59597e8ac973d47bed96ca8c0fe9ae058f8a.tar.gz scilab2c-f02b59597e8ac973d47bed96ca8c0fe9ae058f8a.tar.bz2 scilab2c-f02b59597e8ac973d47bed96ca8c0fe9ae058f8a.zip |
atan atanh
fed up with trigonometrics stuff
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |