summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/cosh/zcoshs.c
AgeCommit message (Collapse)Author
2008-05-21* Update COSH algorithm according to Scilab behaviourjofret
* Update Licenses * Update dependencies
2007-02-23* src/elementaryFunctions/includes :jofret
Add includes directory for profiling functions. * src/elementaryFunctions/*/*.h : Moving headers to includes. * src/elementaryFunctions/*/*.c : Better dependancies with includes. * src/elementaryFunctions/*/Makedile : Changing includes / headers / link.
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-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-19Adding Hyperbolic Cosine and Sine functionsjofret