summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-02-27Both use of C99 and hand made Complex structure.jofret
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-23* src/auxiliaryFunctions/includes :jofret
Add includes directory for profiling functions. * src/auxiliaryFunctions/*/*.h : Moving headers to includes. * src/auxiliaryFunctions/*/*.c : Better dependancies with includes. * src/auxiliaryFunctions/*/Makedile : Changing includes / headers / link.
2007-02-23* src/test/*.c :jofret
Better dependancies with includes. * src/test/Makedile : Changing includes / headers / link.
2007-02-23* src/auxiliaryFunctions/includes :jofret
Add includes directory for profiling functions. * src/auxiliaryFunctions/*/*.h : Moving headers to includes.
2007-02-23Better standard way : misc -> includesjofret
2007-02-23* src/type/doubleComplexC99.h :jofret
_REMOVED_ : All declarations are put in src/type/doubleComplex.h . * src/type/floatComplexC99.h : _REMOVED_ : All declarations are put in src/type/floatComplex.h . Standard C99 must _NOT_ override my own interfaces. Encapsulate some declarations. Complex representation is now accessed through a Bridge during compilation.
2007-02-23Remove multi definition of complex in headers.jofret
Move to simple header one.
2007-02-15* src/test/testIsEmpty.c :jofret
Add some tests. * src/test/Makefile : Some trouble with link... Better in this order !
2007-02-15(no commit message)jofret
2007-02-14(no commit message)jofret
2007-02-14(no commit message)jofret
2007-02-14(no commit message)jofret
2007-02-14Adding missing tests files.jofret
Must have been linked earlier with the "Sign" lib. Correct the mistake.
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-13Stupid Implementation...jofret
Must have been removed early !!
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 some unexpected calls...jofret
2007-02-08* src/auxiliaryFunctions/sign :jofret
Signe of a float or double. * src/auxiliaryFunctions/sign/sign.h : Interface * src/auxiliaryFunctions/sign/{sd}signs.c : Implementation : s(float) d(double) Sign module and lib
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-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-05ArcCosine and ArcSine functions in basic cases.jofret
2006-12-11Cosine and Sine tests.jofret
Adding standards definitions.
2006-12-08testing tool...jofret
2006-12-08Make some adjustementsjofret
2006-12-08adding Sine functionsjofret
but still some work to do
2006-12-07Begin basic libraryjofret
Cos
2006-12-07complex modificationjofret
2006-12-07float complex structurejofret
2006-12-07little Makefile mistakejofret
2006-12-04Adding generation of float complex type as clone of double one.jofret
2006-12-01Quite a good DouComplex lib...jofret
Will probably be improved later...
2006-11-30Simple Double complex type.jofret