summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05(no commit message)jofret
2007-01-05ArcCosine and ArcSine functions in basic cases.jofret
2007-01-05Adding Gregor Matlab files, may be interesting...jofret
2006-12-21Adding toy applicationjofret
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-06Adding INRIA workjofret
2006-12-06New version from Raffaelejofret
2006-12-06Report sessionjofret
2006-12-05better visualisationjofret
2006-12-05Adding raffaele documentationjofret
2006-12-04Adding generation of float complex type as clone of double one.jofret
2006-12-04atan atanhjofret
fed up with trigonometrics stuff
2006-12-04atan atanhjofret
2006-12-04acosjofret
asin acosh asinh atan & atanh comming soon...
2006-12-04asinh asin acos acoshjofret
2006-12-04Grouping same name functions.jofret
2006-12-01Quite a good DouComplex lib...jofret
Will probably be improved later...
2006-12-01Type mapping for Raffaelejofret
2006-11-30for history... and celebrity...jofret
2006-11-30Simple Double complex type.jofret
2006-11-30next step ?jofret
2006-11-30Work that has been already donejofret
2006-11-30End : cosh, sinh, tanhjofret
2006-11-29Even other tihnks to do...jofret
2006-11-29Atan2 is only a hidden C call...jofret
That's all for today
2006-11-29Exp : Done for Real and Complex Typejofret
2006-11-29* Pythagore [pythag]:jofret
Done for Real Type. * Icrease logarithm [log1p]: Done for Real Type.
2006-11-29Sifflez en travaillant...jofret
2006-11-29Adding pythag functionjofret
2006-11-29Adding useful dlmach help in order to know for what purpose this function is ↵jofret
used.
2006-11-28More and more work...jofret
log -- Correction sqrt-- End
2006-11-27Still working on huge complex Logarithmjofret
2006-11-27Evolution of tree construcionjofret
2006-11-22More and more tasksjofret
2006-11-22Ending :jofret
sin cos tan Working on : sqrt
2006-11-21Adding task to someone is better than everyone/noone ;-)jofret
2006-11-21TODO for everyone !jofret
2006-11-21Graph to see how functions call eatch other.jofret
Will be usefull for defining which are our library entries.
2006-11-21Functions list with priority for C translationjofret
and C code providing. May cause some trouble because most of them are F77 Call...