summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
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