Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-11-27 | Still working on huge complex Logarithm | jofret | |
2006-11-27 | Evolution of tree construcion | jofret | |
2006-11-22 | More and more tasks | jofret | |
2006-11-22 | Ending : | jofret | |
sin cos tan Working on : sqrt | |||
2006-11-21 | Adding task to someone is better than everyone/noone ;-) | jofret | |
2006-11-21 | TODO for everyone ! | jofret | |
2006-11-21 | Graph to see how functions call eatch other. | jofret | |
Will be usefull for defining which are our library entries. | |||
2006-11-21 | Functions list with priority for C translation | jofret | |
and C code providing. May cause some trouble because most of them are F77 Call... |