summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* replaced MPFR 4.0.3 (which does not exist) by MPFR 4.1.0Paul Zimmermann2020-07-241-1/+1
* Add copyright dates.Andreas Enge2020-07-236-6/+6
* fixed bug reported by Trevor SpiteriPaul Zimmermann2020-07-181-0/+16
* mpcheck: Move the tool from tests/ to its own subdirectory inside tools/.Andreas Enge2020-06-309-1627/+2
* forgot to commit that filePaul Zimmermann2020-06-261-0/+193
* reduced exponents of test so that it works with 32-bit exponentsPaul Zimmermann2020-03-031-1/+1
* fixed wrong prototype (noticed with MPFR configured with _MPFR_PREC_FORMAT=2)Paul Zimmermann2020-03-021-1/+1
* added one testPaul Zimmermann2020-03-011-0/+32
* improve mpc_asin for tiny imaginary partPaul Zimmermann2020-02-131-1/+33
* 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