summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjofret2007-02-13 16:14:33 +0000
committerjofret2007-02-13 16:14:33 +0000
commit85c7a2e39d24c29a079a47e5c75e88c468756e5d (patch)
tree9c117457508ef57ffbca9d1a02aab2c2af65976d /ChangeLog
parentcd57b12f621082f87255daf100a66eb01e5ae1d7 (diff)
downloadscilab2c-85c7a2e39d24c29a079a47e5c75e88c468756e5d.tar.gz
scilab2c-85c7a2e39d24c29a079a47e5c75e88c468756e5d.tar.bz2
scilab2c-85c7a2e39d24c29a079a47e5c75e88c468756e5d.zip
* src/elementaryFunctions/tanh/ztanhs.c :
Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/tanh/ctanhs.c : Fixed with C99 Complex but Scilab computation. * src/auxiliaryFunctions/find : Find not null element in list. * src/auxiliaryFunctions/find/{sdcz}finda.c : Implementation : s(float) d(double) c(floatComplex) z(doubleComplex) * src/auxiliaryFunctions/find/find.h : Interface. * src/auxiliaryFunctions/find/notFound.h : Constant if all elements are not null. Adding some other functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ad9da15..82181e62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-02-13 Bruno JOFRET <bruno.jofret@inria.fr>
+
+ * src/elementaryFunctions/tanh/ztanhs.c :
+ Fixed with C99 Complex but Scilab computation.
+ * src/elementaryFunctions/tanh/ctanhs.c :
+ Fixed with C99 Complex but Scilab computation.
+ * src/auxiliaryFunctions/find :
+ Find not null element in list.
+ * src/auxiliaryFunctions/find/{sdcz}finda.c :
+ Implementation : s(float) d(double)
+ c(floatComplex) z(doubleComplex)
+ * src/auxiliaryFunctions/find/find.h :
+ Interface.
+ * src/auxiliaryFunctions/find/notFound.h :
+ Constant if all elements are not null.
+
2007-02-12 Bruno JOFRET <bruno.jofret@inria.fr>
* src/elementaryFunctions/sinh/zsinhs.c