Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
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.
|
|
Add som tests.
|
|
|
|
|
|
Adding standards definitions.
|
|
asin
acosh
asinh
atan & atanh comming soon...
|
|
|
|
|
|
That's all for today
|
|
log -- Correction
sqrt-- End
|
|
|