From 85c7a2e39d24c29a079a47e5c75e88c468756e5d Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 13 Feb 2007 16:14:33 +0000 Subject: * 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. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ad9da15..82181e62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2007-02-13 Bruno JOFRET + + * 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 * src/elementaryFunctions/sinh/zsinhs.c -- cgit