summaryrefslogtreecommitdiff
path: root/tests/ttan.c
Commit message (Expand)AuthorAgeFilesLines
* New test framework, merged from test branch.thevenyp2014-01-201-5/+13
* changed GMP_RND? to MPFR_RND?enge2012-07-231-23/+23
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-30/+30
* ttan.c, tan.dat: moved fixed test values to data fileenge2011-09-011-48/+0
* license change:enge2011-08-291-13/+12
* done two "code clean-up" items during a Nancy-Paris train trip...zimmerma2011-02-091-19/+8
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* mpc-impl.h and test files: replaced macro OUT by MPC_OUTenge2011-01-131-4/+4
* replaced mp_prec_t and mp_exp_p in test directoryenge2010-06-111-1/+1
* Remove all #include "mpc-impl.h" in test files (mpc-impl.h is now included by...thevenyp2009-03-171-1/+0
* default precision removed, as well as init and all init_setenge2009-01-071-12/+13
* NEWS, doc/mpc.texi: notice change in exp, sin, cos, and tan function prototypes.thevenyp2008-12-031-1/+1
* - added data files for norm, div, div_fr, fr_div, mul_frenge2008-11-131-2/+2
* tests/tgeneric_ccc.c, tests/tgeneric_ccs.c, tests/tgeneric_ccu.c, tests/tgene...thevenyp2008-10-171-280/+6
* [tlog.c,tcosh.c] updated copyright linezimmerma2008-10-031-1/+4
* tests/tgeneric_cc.c: random tests for complex functions of one complex variab...thevenyp2008-09-191-2/+1
* Speed up tests.thevenyp2008-09-161-1/+1
* peed up some lengthy tests.thevenyp2008-09-161-1/+1
* Add void in empty prototype (remove warnings with gcc option '-Wold-style-def...thevenyp2008-07-311-5/+5
* Use the new mpc_urandom function in the test suite so that the tests are repr...thevenyp2008-07-101-1/+1
* Add random seed setting (with environmnent variable GMP_CHECK_RANDOMIZE) forthevenyp2008-05-301-1/+6
* Cosmetic changes.thevenyp2008-05-201-1/+1
* Add more tests and fix some bugs for trigonometric functions.thevenyp2008-05-061-21/+138
* Add mpc_tan function.thevenyp2008-04-251-0/+426