summaryrefslogtreecommitdiff
path: root/tests/tsqrt.c
Commit message (Expand)AuthorAgeFilesLines
* New test framework, merged from test branch.thevenyp2014-01-201-5/+12
* license change:enge2011-08-291-12/+11
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-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-12/+5
* sqrt.dat: move data tests from tsqrt in this text file.thevenyp2008-10-031-697/+2
* 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
* Add void in empty prototype (remove warnings with gcc option '-Wold-style-def...thevenyp2008-07-311-5/+5
* 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-101-1/+1
* src/sqrt.c: Returns value according to ISO C99 specifications for the csqrt f...thevenyp2008-07-101-1/+649
* Add random seed setting (with environmnent variable GMP_CHECK_RANDOMIZE) forthevenyp2008-05-301-0/+6
* Add a test using tgeneric.c for mpc_sqrt.thevenyp2008-04-091-0/+37