summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge trunk into branch rootsunityrootsunityAndreas Enge2012-09-1984-1034/+1706
* rootsofunity: use mean value theorem for analysis (suggested by Damien Robert)Andreas Enge2012-06-272-18/+13
* merge trunk into branch rootsunityAndreas Enge2012-06-276-14/+22
* implemented rootofunityAndreas Enge2012-06-275-40/+193
* added branch for computing roots of unity, to be published with 1.1Andreas Enge2012-06-270-0/+0
* algorithms.tex: propagation error of real sin and cosAndreas Enge2012-06-272-4/+37
* [tests/pow.dat] added test for (-1)^(1/2) = i (Benjamin Dadoun)Benjamin Dadoun2012-06-271-0/+2
* [src/div.c] removed #include <stdio.h>Benjamin Dadoun2012-06-271-2/+0
* [src/div.c] correct handling of negative overflowsBenjamin Dadoun2012-06-272-10/+35
* [src/div.c] better handling of overflows (Benjamin Dadoun)Benjamin Dadoun2012-06-271-2/+6
* [test/div.dat] added an example to exercise overflow on real part (Benjamin D...Benjamin Dadoun2012-06-271-1/+3
* log.c: improve test coverage by flagging intermediate overflow by an assertAndreas Enge2012-06-261-18/+15
* [div.dat] added example to exercise overflowPaul Zimmermann2012-06-262-8/+17
* fma.dat: a few more tests, including directed roundingAndreas Enge2012-06-261-1/+4
* [fma.c] fixed error in mpfr_can_round() calls: use rnd1=GMP_RNDN to sayPaul Zimmermann2012-06-261-2/+2
* atan.c, tatan.c: detect intermediate underflow and disable testAndreas Enge2012-06-262-11/+10
* tmul.c: shortened test output using more recent macrosAndreas Enge2012-06-262-36/+22
* mpc-impl.h, fma.c: export function fma_naive for testsAndreas Enge2012-06-265-4/+77
* [tatan.c] added one test to improve the code coverage, which produces anPaul Zimmermann2012-06-262-2/+35
* [tests/read_data.c] Fix a bug occuring when reallocating temporary buffer.Philippe Theveny2012-06-261-1/+1
* configure.ac: repair getting CC and CFLAGS from gmp.hAndreas Enge2012-06-261-1/+6
* [fma.c] new code (hopefully faster?) after discussion with Andreas Enge,Paul Zimmermann2012-06-261-2/+61
* mpc-impl.h: take NDBUG into account for MPC_ASSERTAndreas Enge2012-06-261-1/+6
* conj.dat, fr_sub.dat: complete branch test coverageAndreas Enge2012-06-254-6/+16
* add_fr.dat: complete test coverage for branchesAndreas Enge2012-06-251-1/+4
* configure.ac: replaced deprecated macro AC_PROG_LIBTOOL by LT_INIT, seeAndreas Enge2012-06-241-1/+1
* [mpc.texi] removed eol-style propertyPaul Zimmermann2012-05-150-0/+0
* [configure.ac] only add warning flags to CFLAGS when the user did not define itPaul Zimmermann2012-05-141-1/+6
* [configure.ac] better fix (cf https://github.com/keithw/mosh/pull/266)Paul Zimmermann2012-05-091-1/+2
* configure.ac: apply patch for automake1.12, seeAndreas Enge2012-05-091-0/+1
* [src/log10.c] fixed typo (thanks Andreas Enge)Paul Zimmermann2012-04-171-1/+1
* [src/log10.c] fixed infinite loop when x^2+y^2 equals a power of ten,Paul Zimmermann2012-04-172-0/+52
* [log10.c] fixed wrong use of mpfr_can_round (found by hydra)Paul Zimmermann2012-04-041-12/+12
* [tests/log.dat] added more tests with x, y normal and different numbersPaul Zimmermann2012-04-041-0/+10
* [TODO] removed mpc_log10Paul Zimmermann2012-04-032-6/+6
* added new function mpc_log10Paul Zimmermann2012-04-039-7/+468
* [TODO] add suggestion of new functions from Joseph S. MyersPaul Zimmermann2012-03-231-0/+4
* [m4/mpc.m4] removed -D_FORTIFY_SOURCE=2 since I don't know how to checkPaul Zimmermann2012-03-231-4/+0
* redoing previous task seriouslyAndreas Enge2012-03-142-67/+67
* solved problems left by r1144 (visibly not tested)Paul Zimmermann2012-03-144-114/+113
* removed K&R supportAndreas Enge2012-03-142-100/+95
* [src/mpc.h] removed reference to __GMP_PROTO and __gmp_const, which have beenPaul Zimmermann2012-03-111-6/+4
* sqr.c: simplification of Karatsuba; call naive function for real part in caseAndreas Enge2012-03-072-67/+13
* sqr.c: small changes to drop gotoAndreas Enge2012-03-071-15/+18
* NEWS: updatesAndreas Enge2012-03-071-4/+3
* [mul.c] don't call mpc_sqr any more when both inputs are the same variablePaul Zimmermann2012-03-063-6/+3
* [sqr.c] in the case of underflow in Karatsuba, fall back to mpfr_fsssPaul Zimmermann2012-03-061-4/+11
* mpc-impl.h, mul.c: made mpfr_fmma static againAndreas Enge2012-03-024-5/+140
* mul.c: added missing case of exactly one underflow to mpfr_fmma;Andreas Enge2012-03-021-0/+8
* mul.c: reverted previous, too hasty commit; needs more thoughtAndreas Enge2012-03-024-151/+12