summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* improve corner cases in asin, added test for acosPaul Zimmermann2020-02-131-0/+35
* added testPaul Zimmermann2020-02-121-0/+33
* added -check optionPaul Zimmermann2020-02-117-2/+172
* fixed bug in mpc_pow: wrong sign for infinite resultPaul Zimmermann2020-02-081-0/+35
* mpcheck: report maximal error at the endPaul Zimmermann2020-02-077-7/+37
* fixed sqrt for reduced exponent rangePaul Zimmermann2020-02-072-1/+37
* added one testPaul Zimmermann2020-02-071-0/+3
* fixed bug in asin (condition x=1 was not checked)Paul Zimmermann2020-02-063-3/+6
* enlarge internal exponent range for several functions + mpcheck cleanupPaul Zimmermann2020-02-0610-106/+122
* [tdiv.c] added new test with reduced exponent range (currently fails)Paul Zimmermann2020-02-061-0/+39
* added test for bug in mpfr_fmms (fixed in MPFR revision 13688)Paul Zimmermann2020-02-061-0/+29
* added mpcheck-longdouble and mpcheck-float128Paul Zimmermann2020-02-058-8/+494
* added mpcheck-floatPaul Zimmermann2020-02-056-14/+265
* renamed mpc_check.c to mpcheck-double.c, plus clean-upPaul Zimmermann2020-02-055-35/+38
* added information about glibc version + fix for "make mpc_check"Paul Zimmermann2020-02-052-2/+8
* mpc_check should not be run by "make check"Paul Zimmermann2020-02-051-2/+2
* new mpc_check file to check against GNU libcPaul Zimmermann2020-02-055-2/+468
* improved mpc_div using scaling of exponentsPaul Zimmermann2018-11-231-3/+0
* added example which triggers a bug in mpc_divPaul Zimmermann2018-11-211-0/+5
* fixed a bug in mpc_dot (thanks Trevor Spiteri for identifying it)Paul Zimmermann2018-06-131-4/+4
* added assertions in tests/tdot.c (which fail currently)Paul Zimmermann2018-06-131-0/+8
* added mpc_dot (dot product)Paul Zimmermann2018-04-242-2/+76
* check return value of malloc() is not NULL in mpc_sumPaul Zimmermann2018-04-191-1/+1
* added mpc_sum (based on mpfr_sum)Paul Zimmermann2018-04-191-0/+69
* added commentPaul Zimmermann2017-04-061-0/+4
* atan: Update copyright date.Andreas Enge2017-03-311-1/+1
* fixed bug in mpc_atan reported by Joseph MyersPaul Zimmermann2017-03-081-0/+4
* rootofunity: Use a better approximation of the lost bits.rootofunityAndreas Enge2016-07-221-0/+5
* rootofunity: Handle powers of roots of order n = 3, 4, 6, 8, 12.Andreas Enge2016-07-221-2/+35
* rootofunity: Allow powers of primitive roots of unity.Andreas Enge2016-07-223-5/+6
* rootofunity: Handle special case of order 0.Andreas Enge2016-05-243-1/+32
* rootofunity: Use the generic test framework.Andreas Enge2016-05-243-1/+43
* rootofunity: Adapt to current mpc code and compilers.Andreas Enge2016-05-241-5/+5
* implemented rootofunityAndreas Enge2016-05-242-1/+66
* tests: Speed up test of mpc_exp.Andreas Enge2016-05-241-2/+2
* Add mpc_cmp_abs.Andreas Enge2016-05-244-5/+220
* fixed some tests that were assuming a fixed mpfr default exponent rangePaul Zimmermann2016-05-2010-46/+53
* Adapt valgrind test support to parallel test harness of automake.Andreas Enge2015-05-081-1/+2
* fixed bug reported by Joseph MyersPaul Zimmermann2015-04-111-1/+6
* fixed bugs reported by Joseph MyersPaul Zimmermann2015-04-112-81/+99
* added framework to automatically check wrong overflow or underflow (work inPaul Zimmermann2015-04-102-1/+133
* added tests for bug reports by Joseph MyersPaul Zimmermann2015-04-082-0/+6
* bug reported by Joseph MyersPaul Zimmermann2015-04-081-0/+3
* fixed bug reported by Joseph MyersPaul Zimmermann2015-03-262-0/+6
* added test case which shows a bug in mpc_pow, seePaul Zimmermann2014-10-141-0/+1
* [tests] Fix memory leaks.Philippe Theveny2014-01-272-0/+3
* [tests] Support of sin_cos with the new test framework.Philippe Theveny2014-01-2213-320/+198
* Move mpc_rnd_mode from read_data.c to print_parameter.c.Andreas Enge2014-01-212-21/+20
* Silence warning messages.Andreas Enge2014-01-213-15/+21
* Additional clean-up after r1416.Philippe Theveny2014-01-211-1412/+0