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