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 /ChangeLog | |
parent | b2bf3feb5e95f340df85dedb3f07c9892186f3ee (diff) | |
download | scilab2c-2dda5de857d862da6154cff17c7fbf278e47484a.tar.gz scilab2c-2dda5de857d862da6154cff17c7fbf278e47484a.tar.bz2 scilab2c-2dda5de857d862da6154cff17c7fbf278e47484a.zip |
Evolution of tree construcion
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..f71158aa --- /dev/null +++ b/ChangeLog @@ -0,0 +1,29 @@ +2006-11-27 Bruno JOFRET <bruno.jofret@inria.fr> + + * Number Sign [sign]: + Done for Real Type. + * Abslute Value [abs]: + Done for Real Type. + +2006-11-18 Bruno JOFRET <bruno.jofret@inria.fr> + + * Tangeant [tan]: + Done for Real and Complex Type. + * Logarithm [log]: + Done for Real and Complex Type. + +2006-11-15 Bruno JOFRET <bruno.jofret@inria.fr> + + * Cosinus [cos]: + Done for Real and Complex Type. + * Sinus [sin]: + Done for Real and Complex Type. + +2006-11-13 Bruno JOFRET <bruno.jofret@inria.fr> + + * TrigonometricsDependeces.dot : + First dependences... + Evaluating all depences in order to find atomic calls. + + + |