summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reduced exponents of test so that it works with 32-bit exponentsPaul Zimmermann2020-03-031-1/+1
* fixes for 32-bit mpfr_exp_tPaul Zimmermann2020-03-021-8/+8
* fixed wrong prototype (noticed with MPFR configured with _MPFR_PREC_FORMAT=2)Paul Zimmermann2020-03-021-1/+1
* fixed MPFR_ADD_ONE_ULP and MPFR_SUB_ONE_ULPPaul Zimmermann2020-03-011-2/+2
* added one testPaul Zimmermann2020-03-011-0/+32
* improved asin (try series for |z| < 1, and special case with tiny Im(z))Paul Zimmermann2020-02-191-52/+180
* asin: added special case for tiny imaginary part with 1/2 <= Re(z) < 1Paul Zimmermann2020-02-191-0/+19
* improvement for asin when Im(z) << Re(z)Paul Zimmermann2020-02-181-0/+14
* stopping loop at K-1 gives simpler formulaPaul Zimmermann2020-02-181-4/+4
* added algorithm for asin + error analysisPaul Zimmermann2020-02-181-36/+94
* added referencePaul Zimmermann2020-02-141-0/+9
* improve asin for tiny inputs (not only with Re(op)=1)Paul Zimmermann2020-02-142-2/+103
* improve mpc_asin for tiny imaginary partPaul Zimmermann2020-02-132-4/+37
* improve corner cases in asin, added test for acosPaul Zimmermann2020-02-132-2/+39
* added itemPaul Zimmermann2020-02-131-0/+2
* use extended exponent range in mpc_expPaul Zimmermann2020-02-131-3/+12
* use extended exponent range in mpc_log10Paul Zimmermann2020-02-121-1/+13
* fixed tan_re_cmp_zeroPaul Zimmermann2020-02-121-17/+28
* added testPaul Zimmermann2020-02-121-0/+33
* use extended exponent range, and fixed corner casesPaul Zimmermann2020-02-121-24/+128
* added -check optionPaul Zimmermann2020-02-117-2/+172
* fixed bug in mpc_pow: wrong sign for infinite resultPaul Zimmermann2020-02-082-4/+41
* mpcheck: report maximal error at the endPaul Zimmermann2020-02-077-7/+37
* fixed sqrt for reduced exponent rangePaul Zimmermann2020-02-073-1/+49
* added one testPaul Zimmermann2020-02-071-0/+3
* fixed bug in asin (condition x=1 was not checked)Paul Zimmermann2020-02-064-4/+8
* enlarge internal exponent range for several functions + mpcheck cleanupPaul Zimmermann2020-02-0616-127/+216
* [div.c] use larger exponent range internally (fixes bug20200206 in tdiv.c)Paul Zimmermann2020-02-061-56/+19
* [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
* added reference to Pascal Molin paper on erfPaul Zimmermann2020-01-231-0/+1
* updated the build instructionsPaul Zimmermann2019-11-211-4/+8
* added "Known problems" sectionPaul Zimmermann2019-04-251-0/+9
* log -> \logPaul Zimmermann2019-01-141-1/+1
* removed stray backslashes in the html version (thanks Trevor Spiteri)Paul Zimmermann2019-01-141-3/+36
* improved mpc_div using scaling of exponentsPaul Zimmermann2018-11-232-11/+61
* Whitespace edits.Andreas Enge2018-11-221-12/+12
* added example which triggers a bug in mpc_divPaul Zimmermann2018-11-212-0/+12
* Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/mpc/mpcPaul Zimmermann2018-06-202-3/+11
|\
| * fixed a bug in mpc_dot (thanks Trevor Spiteri for identifying it)Paul Zimmermann2018-06-132-5/+5
| * added assertions in tests/tdot.c (which fail currently)Paul Zimmermann2018-06-131-0/+8
* | improve mpc_sqrt, avoiding the use of mpc_absPaul Zimmermann2018-06-202-43/+58
|/
* added new error analysis for mpc_sqrt (in comment)Paul Zimmermann2018-06-131-0/+26
* added reference for complex square rootPaul Zimmermann2018-06-132-1/+17