summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | | | This makes it possible to run "autoreconf -vfi", which overwrites INSTALL. * INSTALL: Delete file, and add content... * README: ...here. * .gitignore: Add INSTALL.
* Use a build-aux subdirectory for autotools helper scripts.Andreas Enge2020-07-233-12/+5
| | | | | | | | | | This may require to run "autoreconf -vfi" once to populate the build-aux subdirectory. * configure.ac (AC_CONFIG_AUX_DIR): Add command. * .gitignore: Update to take into account the new file locations. * README.dev: Add a hint to run "autoreconf -vfi" before a release, to get the latest config.guess and so on.
* Bump the minimally required mpfr version to 4.1.0.Andreas Enge2020-07-234-7/+8
| | | | | * configure.ac, doc/mpc.texi, INSTALL, NEWS: Move minimal mpfr version fron 3.0.0 to 4.1.0.
* Update libtool versioning information.Andreas Enge2020-07-231-2/+2
| | | | | | | This follows the advice at https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html * src/Makefile.am (libmpc_la_LDFLAGS): Update to 5.0.2 since we added functions.
* Set version number to 1.2.0dev.Andreas Enge2020-07-237-17/+17
| | | | | * INSTALL, Makefile.vc, NEWS, configure.ac, doc/version.texi, src/get_version.c, src/mpc.h: Set version to 1.2.0dev.
* Add copyright dates.Andreas Enge2020-07-2315-15/+15
| | | | | | | * src/acos.c, src/atan.c, src/div.c, src/dot.c, src/exp.c, src/get_x.c, src/mpc-impl.h, src/sin_cos.c, src/sqrt.c, tests/mpc-tests.h, tests/tdiv.c, tests/tdot.c, tests/tmul.c, tests/tsqrt.c, tests/ttan.c: Add years to copyright notice.
* src: Restore more precise copyright years following "git blame".Andreas Enge2020-07-234-4/+4
| | | | | * src/asin.c, src/log10.c, src/pow.c, src/tan.c: Use single years instead of ranges of years for the copyright notice.
* 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
| | | | | | | | | | | | * tests/mpcheck-*: Move to... * tools/mpcheck/mpcheck-*: ...this. * tests/Makefile.am: Drop all references to mpcheck. * tools/mpcheck/Makefile.am, tools/mpcheck/README: New files. * tools/Makefile.am: Reference the new subdirectory. * configure.ac: Reference tools/mpcheck/Makefile. * Makefile.am: Add a target "mpcheck". * NEWS: Add an item. * doc/version.texi: Spurious update.
* 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
|