summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update libtool versioning information.Andreas Enge2020-07-231-2/+2
* Set version number to 1.2.0dev.Andreas Enge2020-07-232-6/+6
* Add copyright dates.Andreas Enge2020-07-239-9/+9
* src: Restore more precise copyright years following "git blame".Andreas Enge2020-07-234-4/+4
* fixed bug reported by Trevor SpiteriPaul Zimmermann2020-07-181-1/+7
* fixed "overflow" case where z is realPaul Zimmermann2020-03-031-1/+6
* fixes for 32-bit mpfr_exp_tPaul Zimmermann2020-03-021-8/+8
* fixed MPFR_ADD_ONE_ULP and MPFR_SUB_ONE_ULPPaul Zimmermann2020-03-011-2/+2
* improved asin (try series for |z| < 1, and special case with tiny Im(z))Paul Zimmermann2020-02-191-52/+180
* improve asin for tiny inputs (not only with Re(op)=1)Paul Zimmermann2020-02-141-0/+62
* improve mpc_asin for tiny imaginary partPaul Zimmermann2020-02-131-3/+4
* improve corner cases in asin, added test for acosPaul Zimmermann2020-02-131-2/+4
* 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
* use extended exponent range, and fixed corner casesPaul Zimmermann2020-02-121-24/+128
* fixed bug in mpc_pow: wrong sign for infinite resultPaul Zimmermann2020-02-081-4/+6
* fixed sqrt for reduced exponent rangePaul Zimmermann2020-02-071-0/+12
* fixed bug in asin (condition x=1 was not checked)Paul Zimmermann2020-02-061-1/+2
* enlarge internal exponent range for several functions + mpcheck cleanupPaul Zimmermann2020-02-066-21/+94
* [div.c] use larger exponent range internally (fixes bug20200206 in tdiv.c)Paul Zimmermann2020-02-061-56/+19
* improved mpc_div using scaling of exponentsPaul Zimmermann2018-11-231-8/+61
* Whitespace edits.Andreas Enge2018-11-221-12/+12
* added example which triggers a bug in mpc_divPaul Zimmermann2018-11-211-0/+7
* Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/mpc/mpcPaul Zimmermann2018-06-201-1/+1
|\
| * fixed a bug in mpc_dot (thanks Trevor Spiteri for identifying it)Paul Zimmermann2018-06-131-1/+1
* | improve mpc_sqrt, avoiding the use of mpc_absPaul Zimmermann2018-06-201-9/+12
|/
* avoid huge inefficiency due to MPC_INEX evaluating twice its argumentsPaul Zimmermann2018-06-043-16/+25
* [src/dot.c] implement a suggestion from Trevor SpiteriPaul Zimmermann2018-05-091-8/+18
* [src/dot.c] fixed bug mentioned by Trevor SpiteriPaul Zimmermann2018-04-261-1/+1
* added mpc_dot (dot product)Paul Zimmermann2018-04-243-3/+75
* mpc_sum: Cosmetic changes.Andreas Enge2018-04-202-2/+2
* check return value of malloc() is not NULL in mpc_sumPaul Zimmermann2018-04-193-2/+5
* added mpc_sum (based on mpfr_sum)Paul Zimmermann2018-04-191-0/+40
* Update version number to 1.1.1dev.Andreas Enge2018-01-192-5/+5
* Release 1.1.0.1.1.0Andreas Enge2018-01-112-2/+2
* change version from 1.1 to 1.1.0Paul Zimmermann2017-12-122-2/+2
* prepare for 1.1 releasePaul Zimmermann2017-12-122-2/+2
* rootofunity: Move the error analysis from the source code to theAndreas Enge2017-11-151-38/+3
* more details in the error boundPaul Zimmermann2017-11-141-2/+3
* rootofunity: Reformulate part of the error analysis.Andreas Enge2017-11-141-18/+22
* replace obsolete mpfr_add_one_ulp/mpfr_sub_one_ulp functionsPaul Zimmermann2017-10-041-2/+4
* stdio.h is needed for MPC_ASSERTPaul Zimmermann2017-08-251-1/+1
* started review of rootofunity.cPaul Zimmermann2017-08-221-59/+110
* fixed warning found by gcc 7.1.0Paul Zimmermann2017-05-091-2/+2
* Revert "atan: Drop assertion."Andreas Enge2017-04-061-0/+2
* atan: Drop assertion.Andreas Enge2017-03-311-2/+0
* atan: Modify comments.Andreas Enge2017-03-311-5/+6
* atan: Update copyright date.Andreas Enge2017-03-311-1/+1
* replaced rounding mode in mpfr_sqr by RNDU (thanks Joseph Myers)Paul Zimmermann2017-03-111-2/+2