summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* eliminated comparisons between signed and unsignedenge2008-04-115-13/+15
* raised the warning levelenge2008-04-111-1/+2
* tests and documentation for mpc_logenge2008-04-114-5/+67
* src/mpc-impl.h: new macro OUT(x) displaying the name and binary valuethevenyp2008-04-111-19/+16
* Add generic tests for two mpc_t args functions.thevenyp2008-04-104-4/+108
* first try for log, probably still buggyenge2008-04-102-1/+38
* Cosmetic changes: no tab, no trailing white spaces, and new indentation.thevenyp2008-04-106-344/+344
* replaced the code in mpc_abs by mpfr_hypot; tabs is then not needed anymoreenge2008-04-092-174/+1
* We need to compute separately with quadruple precision for eachenge2008-04-091-9/+10
* tests/tgeneric.c: Fix call to mpfr_print_rnd_mode.thevenyp2008-04-093-46/+4
* Checks now every 16 rounding mode.thevenyp2008-04-091-21/+46
* Replace rounding tests by the new tgeneric functions.thevenyp2008-04-095-142/+98
* Add a test using tgeneric.c for mpc_sqrt.thevenyp2008-04-091-0/+37
* Add a generic test function which tests correct rounding (may givethevenyp2008-04-092-2/+79
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-099-0/+1739