Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-13 | Stupid Implementation... | jofret | |
Must have been removed early !! | |||
2007-02-12 | * src/elementaryFunctions/sinh/zsinhs.c | jofret | |
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-08 | Modify 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-08 | Modify Compiling process... | jofret | |
2007-02-07 | * src/elementaryFunctions/cosh/zcoshs.c | jofret | |
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-02 | Double C99 Complex implementation | jofret | |
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-29 | Need to have a clear answer about STDC99 for complex implementation ! | jofret | |
Add som tests. | |||
2007-01-19 | Adding Hyperbolic Cosine and Sine functions | jofret | |
2007-01-05 | (no commit message) | jofret | |
2007-01-05 | ArcCosine and ArcSine functions in basic cases. | jofret | |
2007-01-05 | Adding Gregor Matlab files, may be interesting... | jofret | |
2006-12-21 | Adding toy application | jofret | |
2006-12-11 | Cosine and Sine tests. | jofret | |
Adding standards definitions. | |||
2006-12-08 | testing tool... | jofret | |
2006-12-08 | Make some adjustements | jofret | |
2006-12-08 | adding Sine functions | jofret | |
but still some work to do | |||
2006-12-07 | Begin basic library | jofret | |
Cos | |||
2006-12-07 | complex modification | jofret | |
2006-12-07 | float complex structure | jofret | |
2006-12-07 | little Makefile mistake | jofret | |
2006-12-06 | Adding INRIA work | jofret | |
2006-12-06 | New version from Raffaele | jofret | |
2006-12-06 | Report session | jofret | |
2006-12-05 | better visualisation | jofret | |
2006-12-05 | Adding raffaele documentation | jofret | |
2006-12-04 | Adding generation of float complex type as clone of double one. | jofret | |
2006-12-04 | atan atanh | jofret | |
fed up with trigonometrics stuff | |||
2006-12-04 | atan atanh | jofret | |
2006-12-04 | acos | jofret | |
asin acosh asinh atan & atanh comming soon... | |||
2006-12-04 | asinh asin acos acosh | jofret | |
2006-12-04 | Grouping same name functions. | jofret | |
2006-12-01 | Quite a good DouComplex lib... | jofret | |
Will probably be improved later... | |||
2006-12-01 | Type mapping for Raffaele | jofret | |
2006-11-30 | for history... and celebrity... | jofret | |
2006-11-30 | Simple Double complex type. | jofret | |
2006-11-30 | next step ? | jofret | |
2006-11-30 | Work that has been already done | jofret | |
2006-11-30 | End : cosh, sinh, tanh | jofret | |
2006-11-29 | Even other tihnks to do... | jofret | |
2006-11-29 | Atan2 is only a hidden C call... | jofret | |
That's all for today | |||
2006-11-29 | Exp : Done for Real and Complex Type | jofret | |
2006-11-29 | * Pythagore [pythag]: | jofret | |
Done for Real Type. * Icrease logarithm [log1p]: Done for Real Type. | |||
2006-11-29 | Sifflez en travaillant... | jofret | |
2006-11-29 | Adding pythag function | jofret | |
2006-11-29 | Adding useful dlmach help in order to know for what purpose this function is ↵ | jofret | |
used. | |||
2006-11-28 | More and more work... | jofret | |
log -- Correction sqrt-- End |