summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/tgeneric_ccc.c: take tie case into account when avoiding double roundin...thevenyp2008-09-261-10/+9
* tests/tmul.c: remove unused variable.thevenyp2008-09-251-1/+0
* tests/tadd_fr.c: Use correct type and better variable names.thevenyp2008-09-251-13/+14
* Update changes dates and authors in copyright line.thevenyp2008-09-248-8/+8
* tests/tadd_fr.c: check binary value (moved from test/test.c)thevenyp2008-09-242-81/+36
* tests/tmul_ui.c: fixed another typozimmerma2008-09-241-1/+1
* tests/tmul_ui.c: Fix typo.thevenyp2008-09-241-1/+1
* tgeneric_fc.c: random tests for real functions of one complex variable and te...thevenyp2008-09-2411-5/+1102
* src/fr_sub.c: Fix bug revealed by tests (wrong sign in imaginary part).thevenyp2008-09-244-53/+337
* tests/tgeneric_ccf.c: Fix typo, clear variable.thevenyp2008-09-241-1/+2
* tgeneric_ccf.c: random tests for complex functions of two variables : the fir...thevenyp2008-09-246-4/+420
* tests/tmul.c: Speed up test while increasing exponent range.thevenyp2008-09-242-11/+8
* tests/tlog.c: Put tests exp(log(z)) == z and log(exp(z)) == z into new functi...thevenyp2008-09-241-28/+31
* tests/tgeneric_ccu.c: random tests for complex functions of two variables : t...thevenyp2008-09-238-3/+506
* tests/tgeneric_ccc.c: random tests for complex functions of two complex varia...thevenyp2008-09-236-240/+290
* tests/tfr_div.c: rename function 'check_random', avoiding ambiguity with libc...thevenyp2008-09-231-2/+2
* src/div.c: Fix bug (an exact case was not correctly handle).thevenyp2008-09-231-0/+21
* tests/tdiv.c: complete tests with regular value and move them in a separated ...thevenyp2008-09-231-12/+43
* tests/tdiv.c: Changes in mpc_div_ref thevenyp2008-09-231-17/+21
* tests/tgeneric_cc.c: random tests for complex functions of one complex variab...thevenyp2008-09-1914-41/+269
* Speed up tests.thevenyp2008-09-168-10/+10
* updated some tests for new third parameter of tgenericenge2008-09-166-6/+6
* peed up some lengthy tests.thevenyp2008-09-167-9/+9
* update some files in preparation of the 0.5 releaseenge2008-09-161-1/+1
* corrected tiny error in tfr_div.cenge2008-09-151-1/+1
* src/fr_div.c: Add new function (preliminary version, adapted from mpc_div, ne...thevenyp2008-09-122-2/+90
* Add void in empty prototype (remove warnings with gcc option '-Wold-style-def...thevenyp2008-07-3116-49/+49
* src/sqrt.c: Fixed inversion of rouding direction when Im(op) is negative.thevenyp2008-07-151-0/+49
* Use the new mpc_urandom function in the test suite so that the tests are repr...thevenyp2008-07-1017-71/+104
* src/sqrt.c: Returns value according to ISO C99 specifications for the csqrt f...thevenyp2008-07-101-1/+649
* Remove use of mpfr global variables mpfr_rands and mpfr_rands_initialized.thevenyp2008-06-251-13/+11
* src/out_str.c, src/inp_str.c: change output to "A +I*B" format with a spacethevenyp2008-06-061-4/+10
* Add random seed setting (with environmnent variable GMP_CHECK_RANDOMIZE) forthevenyp2008-05-3017-3/+198
* New parameters for the precision limits of testing variables.thevenyp2008-05-261-8/+23
* test.c: Remove tests on arithmetic operations with two mpc_t.thevenyp2008-05-262-24/+33
* Improve test suit.thevenyp2008-05-202-61/+63
* Fix wrong sign.thevenyp2008-05-201-18/+19
* Add mpc_tanh function.thevenyp2008-05-202-1/+618
* Cosmetic changes.thevenyp2008-05-202-63/+96
* Improve test suite (take into account the sign of zero).thevenyp2008-05-202-13/+14
* Add hyperbolic cosine function.thevenyp2008-05-192-1/+651
* Fix incompatibility with C99 standard.thevenyp2008-05-191-5/+4
* Add hyperbolic sine function with tests.thevenyp2008-05-062-1/+447
* Add more tests and fix some bugs for trigonometric functions.thevenyp2008-05-063-111/+559
* Add mpc_tan function.thevenyp2008-04-252-1/+427
* Add special values processing in mpc_cos as in the C99 standardthevenyp2008-04-221-1/+237
* Fix values at a (x +/-i*Inf) point.thevenyp2008-04-221-1/+4
* Add special values processing in mpc_sin as in the C99 standardthevenyp2008-04-211-1/+227
* avoided spurious error message for tlog in the following case:enge2008-04-111-2/+5
* added checks for existence of warning flagsenge2008-04-111-1/+1