summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions
AgeCommit message (Collapse)Author
2007-09-11Adding dummy functions to be used as prototype.jofret
2007-09-11Take into account other functions...jofret
2007-09-11Prototyping atan mathematical function.jofret
2007-09-11Prototyping asinh mathematical function.jofret
2007-09-11Prototyping ten-based logarithm mathematical function.jofret
2007-09-11Prototyping 10 power mathematical function.jofret
2007-09-11Prototyping acosh mathematical function.jofret
2007-09-11Prototyping atanh mathematical function.jofret
2007-08-30Updating Autotools generationjofret
2007-04-24sqrt link to libMathjofret
2007-04-20[RELEASE] Sinh is now stable.jofret
2007-04-20[RELEASE] Cosh is now stable.jofret
2007-04-20Adding missing test headers.jofret
2007-04-20Log Implementation used for tangeant.jofret
2007-04-20Forgotten some dummy include to compile without any Warning.jofret
2007-04-20Ending Sine implementation and tests.jofret
2007-04-20Square Root begin implementation.jofret
2007-04-20Adding Automated tests.jofret
2007-04-20Adding Automated tests.jofret
2007-04-20Adding Automated tests.jofret
2007-04-20Adding Automated tests.jofret
2007-04-20Adding Automated tests.jofret
2007-04-20Adding automated tests.jofret
2007-03-30generated Makefilejofret
2007-03-26Autotools generationjofret
2007-03-25Autotools :-Djofret
2007-03-25Square Root functions with autotools :Djofret
2007-03-25Autotoolsjofret
2007-03-25Autotoolsjofret
2007-03-25Adding lib for installationjofret
2007-03-25Autotoolsjofret
2007-03-25Autotoolsjofret
2007-03-25Adding logarithm functions with autotoolsjofret
2007-03-23Autotools...jofret
2007-03-23AutoTools !!jofret
2007-03-22Add square root interface.jofret
Neede by TAN fo complex numbers.
2007-03-22Adding Log Interface.jofret
Needed by TAN for Complex numbers.
2007-03-19(no commit message)jofret
2007-03-19Correction of functions profile :jofret
Remove "stride" parameters. Add dioxygen style documentation.
2007-03-19Modify prototyping :jofret
StrideX and StrideY parameters are useless. Removing them !
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-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-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-06 * src/type :jofret
Add C99 compatibility. Float implementation. * src/elementaryFunctions/cos/zcoss.c Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/cos/ccoss.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-29Need to have a clear answer about STDC99 for complex implementation !jofret
Add som tests.
2007-01-19Adding Hyperbolic Cosine and Sine functionsjofret