diff options
author | jofret | 2006-11-27 14:48:10 +0000 |
---|---|---|
committer | jofret | 2006-11-27 14:48:10 +0000 |
commit | 2dda5de857d862da6154cff17c7fbf278e47484a (patch) | |
tree | 7d4a5b6b6f8a60f2bc1ad0217d715818357267e3 /TODO | |
parent | b2bf3feb5e95f340df85dedb3f07c9892186f3ee (diff) | |
download | scilab2c-2dda5de857d862da6154cff17c7fbf278e47484a.tar.gz scilab2c-2dda5de857d862da6154cff17c7fbf278e47484a.tar.bz2 scilab2c-2dda5de857d862da6154cff17c7fbf278e47484a.zip |
Evolution of tree construcion
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -5,19 +5,29 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Tue Nov 21 15:22:58 2006 jofret -## Last update Wed Nov 22 17:15:00 2006 jofret +## Last update Mon Nov 27 12:19:53 2006 jofret ## ## Copyright INRIA 2006 ## -BJ - Evaluate and draw a graph of function dependences. + +BJ - Evaluated and draw : + cos : [done R & C] + sin : [done R & C] + tan : [done R & C] + + log : [done R & C] + + sign : [done R] + + abs : [done R] + +BJ - Evaluate and draw a graph of function dependences. + sqrt : Working... - + log : Working... - + exp + + ch : Fixme (R) + + sh : Fixme (R) + + atan2 : Fixme (R) + + exp : Fixme (R & C) BJ - Find a way to code complex type taking care of double/float precision. -BJ - Listing of atomic call and library dependences.
\ No newline at end of file +BJ - Listing of atomic call and library dependences. + +BJ - Explore dlamch uses 'e' 'u' 'o' ???
\ No newline at end of file |