diff options
author | jofret | 2006-11-22 16:17:01 +0000 |
---|---|---|
committer | jofret | 2006-11-22 16:17:01 +0000 |
commit | b2bf3feb5e95f340df85dedb3f07c9892186f3ee (patch) | |
tree | c1a77063478e4ee6809546754b212df37ebf8c74 | |
parent | b17e092a1c0d1138d9ca7ba3a1843edd711559ba (diff) | |
download | scilab2c-b2bf3feb5e95f340df85dedb3f07c9892186f3ee.tar.gz scilab2c-b2bf3feb5e95f340df85dedb3f07c9892186f3ee.tar.bz2 scilab2c-b2bf3feb5e95f340df85dedb3f07c9892186f3ee.zip |
More and more tasks
-rw-r--r-- | TODO | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -5,11 +5,19 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Tue Nov 21 15:22:58 2006 jofret -## Last update Tue Nov 21 17:49:36 2006 jofret +## Last update Wed Nov 22 17:15:00 2006 jofret ## ## Copyright INRIA 2006 ## BJ - Evaluate and draw a graph of function dependences. + + cos : [done R & C] + + sin : [done R & C] + + tan : [done R & C] + + sqrt : Working... + + log : Working... + + exp -BJ - Find a way to code complex type taking care of double/float precision.
\ No newline at end of file +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 |