summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2011-05-26VS 2010 support and x64 on Windowscornet
2009-05-13Makefile generationjofret
2007-05-07Is Nan : New functionjofret
Must improve nan so far as complex numbers are concerned !
2007-04-20Working around the clock...jofret
2007-03-30(no commit message)jofret
2007-03-19Changelogjofret
2007-02-23Huge Work about Complex Interfaces !!!jofret
Now done... Some rest is needed... Have a nice week-end SVN :-P !!!
2007-02-15* src/test/testIsEmpty.c :jofret
Add some tests. * src/test/Makefile : Some trouble with link... Better in this order !
2007-02-14* src/test/test*.c :jofret
Add some FIXME in order to remember to code some tests. * src/test/testFind.c : Testing of the find function. * src/test/testIsEmpty.c : Testing of the isEmpty function. * src/misc : Create for misc includes. * src/auxiliaryFunctions/find/notFound.h : Moved * src/misc/notFound.h : Better use here. * */*/Makefile : Modify all Makefiles. Remove -pedantic. Must be crazy to use this... * src/auxiliaryFunctions/isempty : IsEmpty functions implementation. * src/auxiliaryFunctions/isempty/{sdcz}isEmptya.c : Implementation : s(float) d(double) c(floatComplex) z(doubleComplex)
2007-02-13* src/elementaryFunctions/tanh/ztanhs.c :jofret
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.
2007-02-12* src/elementaryFunctions/sinh/zsinhs.cjofret
Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/sinh/csinhs.c Fixed with C99 Complex but Scilab computation. Fix some mistakes
2007-02-09* src/elementaryFunctions/cexps.c :jofret
Implementation. * src/elementaryFunctions/zexps.c : Implementation.
2007-02-08Modify Compiling process...jofret
2007-02-07* src/elementaryFunctions/cosh/zcoshs.cjofret
Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/cosh/ccoshs.c Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/cosh/zsins.c Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/cosh/csins.c Fixed with C99 Complex but Scilab computation.
2007-02-02Double C99 Complex implementationjofret
2007-01-31* src/elementaryFunctions/*.c :jofret
Remove Multi Complex definition. * src/type/doubleComplex.h : Used as C99 Complex interface or hand-made complex. * src/type/floatComplex.h : Used as C99 Complex interface or hand-made complex. * src/*/Makefile : Add -std=c99 flag for native c99 complex compilation. * src/elementaryFunctions/exp : Exponential functions. * src/test/testExp.c : Add some Exponential functions tests.
2007-01-29Need to have a clear answer about STDC99 for complex implementation !jofret
Add som tests.
2007-01-19Adding Hyperbolic Cosine and Sine functionsjofret
2007-01-05(no commit message)jofret
2006-12-11Cosine and Sine tests.jofret
Adding standards definitions.
2006-12-04acosjofret
asin acosh asinh atan & atanh comming soon...
2006-11-30for history... and celebrity...jofret
2006-11-30Work that has been already donejofret
2006-11-29Atan2 is only a hidden C call...jofret
That's all for today
2006-11-28More and more work...jofret
log -- Correction sqrt-- End
2006-11-27Evolution of tree construcionjofret