summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* don't use that repository any more, use https://gitlab.inria.fr/mpc/mpc insteadHEADmasterPaul Zimmermann2020-10-011-0/+2
* replaced MPFR 4.0.3 (which does not exist) by MPFR 4.1.0Paul Zimmermann2020-07-241-1/+1
* Drop INSTALL from version control and move its content to README.Andreas Enge2020-07-233-111/+106
* Use a build-aux subdirectory for autotools helper scripts.Andreas Enge2020-07-233-12/+5
* Bump the minimally required mpfr version to 4.1.0.Andreas Enge2020-07-234-7/+8
* Update libtool versioning information.Andreas Enge2020-07-231-2/+2
* Set version number to 1.2.0dev.Andreas Enge2020-07-237-17/+17
* Add copyright dates.Andreas Enge2020-07-2315-15/+15
* src: Restore more precise copyright years following "git blame".Andreas Enge2020-07-234-4/+4
* fixed bug reported by Trevor SpiteriPaul Zimmermann2020-07-182-1/+23
* [mpcheck] print GMP/MPFR versionsPaul Zimmermann2020-07-016-2/+12
* mpcheck: Move the tool from tests/ to its own subdirectory inside tools/.Andreas Enge2020-06-3016-17/+57
* Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/mpc/mpcPaul Zimmermann2020-06-261-0/+2
|\
| * added item in README.devPaul Zimmermann2020-06-251-0/+2
* | forgot to commit that filePaul Zimmermann2020-06-261-0/+193
|/
* fixed "overflow" case where z is realPaul Zimmermann2020-03-031-1/+6
* 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