summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/tan
AgeCommit message (Collapse)Author
2008-12-03Update tan and tanh teststorset
2008-11-13change repertory for the multiplication and division and made the modifs in ↵torset
the files using them.
2008-09-09moving addition and subtraction to operationsjofret
2008-06-26Enable make dist workjofret
2008-06-17Update lnp1m1 dependenciesjofret
2008-06-16Adding scilab algorithmjofret
Update License
2008-06-05SVN is not FTP !pmarecha
2008-06-04(no commit message)nutricato
2008-05-14Automake updated to 1.10.1jofret
2008-04-18Double vs Float better management. Enable psycho warnings.jofret
2008-04-11update complex management : will be improved laterjofret
2007-10-22Moving array functions prototype and add some C99 Compliancejofret
2007-08-30Updating Autotools generationjofret
2007-04-20Forgotten some dummy include to compile without any Warning.jofret
2007-04-20Adding Automated tests.jofret
2007-03-30generated Makefilejofret
2007-03-26Autotools generationjofret
2007-03-25Autotools :-Djofret
2007-03-25Autotoolsjofret
2007-03-23Autotools...jofret
2007-03-19Modify prototyping :jofret
StrideX and StrideY parameters are useless. Removing them !
2007-02-23* src/elementaryFunctions/includes :jofret
Add includes directory for profiling functions. * src/elementaryFunctions/*/*.h : Moving headers to includes. * src/elementaryFunctions/*/*.c : Better dependancies with includes. * src/elementaryFunctions/*/Makedile : Changing includes / headers / link.
2007-02-13* src/elementaryFunctions/tanh/ztanhs.c :jofret
Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/tanh/ctanhs.c : Fixed with C99 Complex but Scilab computation. * src/auxiliaryFunctions/find : Find not null element in list. * src/auxiliaryFunctions/find/{sdcz}finda.c : Implementation : s(float) d(double) c(floatComplex) z(doubleComplex) * src/auxiliaryFunctions/find/find.h : Interface. * src/auxiliaryFunctions/find/notFound.h : Constant if all elements are not null. Adding some other functions.
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.