summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/exp/dexps.c
AgeCommit message (Collapse)Author
2008-05-21* Exp Complex Algorithm update according Scilab onejofret
* License update
2007-04-20Forgotten some dummy include to compile without any Warning.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.