| Commit message (Expand) | Author | Age | Files | Lines |
* | [src/log10.c] fixed typo (thanks Andreas Enge) | zimmerma | 2012-04-17 | 1 | -1/+1 |
* | [src/log10.c] fixed infinite loop when x^2+y^2 equals a power of ten, | zimmerma | 2012-04-17 | 1 | -0/+49 |
* | [log10.c] fixed wrong use of mpfr_can_round (found by hydra) | zimmerma | 2012-04-04 | 1 | -12/+12 |
* | added new function mpc_log10 | zimmerma | 2012-04-03 | 3 | -1/+250 |
* | redoing previous task seriously | enge | 2012-03-14 | 1 | -66/+66 |
* | solved problems left by r1144 (visibly not tested) | zimmerma | 2012-03-14 | 3 | -112/+111 |
* | removed K&R support | enge | 2012-03-14 | 1 | -100/+93 |
* | [src/mpc.h] removed reference to __GMP_PROTO and __gmp_const, which have been | zimmerma | 2012-03-11 | 1 | -6/+4 |
* | sqr.c: simplification of Karatsuba; call naive function for real part in case | enge | 2012-03-07 | 1 | -64/+13 |
* | sqr.c: small changes to drop goto | enge | 2012-03-07 | 1 | -15/+18 |
* | [mul.c] don't call mpc_sqr any more when both inputs are the same variable | zimmerma | 2012-03-06 | 1 | -6/+0 |
* | [sqr.c] in the case of underflow in Karatsuba, fall back to mpfr_fsss | zimmerma | 2012-03-06 | 1 | -4/+11 |
* | mpc-impl.h, mul.c: made mpfr_fmma static again | enge | 2012-03-02 | 3 | -4/+139 |
* | mul.c: added missing case of exactly one underflow to mpfr_fmma; | enge | 2012-03-02 | 1 | -0/+8 |
* | mul.c: reverted previous, too hasty commit; needs more thought | enge | 2012-03-02 | 3 | -151/+8 |
* | sqr.c, mul.c: in the naive algorithm, redo computations with exact exponents | enge | 2012-03-02 | 2 | -9/+7 |
* | sqr: copied code for imaginary part from naive computation also to the | enge | 2012-03-01 | 1 | -21/+11 |
* | sqr: rewrite of naive multiplication, reusing mpfr_fmma function from mul | enge | 2012-03-01 | 1 | -144/+287 |
* | [read_data.c] added random tests to check that MPC does not *clear* MPFR flags | zimmerma | 2012-02-29 | 4 | -9/+58 |
* | [sqr.c] fix for new sqr.dat failure | zimmerma | 2012-02-29 | 1 | -0/+6 |
* | [src/sqr.c] fixed overflow bug found by nightly tests on hydra.org | zimmerma | 2012-02-29 | 1 | -18/+27 |
* | define 0^0 as (1,+0), since the sign of the imaginary part cannot be determined | enge | 2012-01-23 | 1 | -28/+4 |
* | changed result for 0^0, according to the discussion on | zimmerma | 2012-01-09 | 1 | -3/+29 |
* | mpc.h, mpc-impl.h, logging.c: correctly determine that logging.c belongs | enge | 2011-12-20 | 3 | -1/+6 |
* | mpc.h, mpc-impl.h: removed __MPC_WITHIN_MPC, since now mpc-impl.h is | enge | 2011-11-04 | 2 | -8/+1 |
* | removed inclusion of mpc-impl.h from mpc-tests.h, required to copy some lines... | enge | 2011-11-04 | 1 | -17/+0 |
* | mpc-impl.h: correct use of sed in previous commit | enge | 2011-11-04 | 1 | -2/+2 |
* | replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhere | enge | 2011-11-04 | 62 | -919/+916 |
* | mpc-impl.h, random.c: include config.h as first include file | enge | 2011-11-04 | 1 | -1/+3 |
* | mpc.h: remove duplicate __MPC_DECLSPEC definition | enge | 2011-11-04 | 1 | -6/+0 |
* | mpc.h. mpc-tests.h, mpc-impl.h: handle __MPC_DECLSPEC as for mpfr; | enge | 2011-11-03 | 2 | -1/+16 |
* | tentative fix for win32 dll | zimmerma | 2011-11-03 | 1 | -1/+1 |
* | [src/pow.c] fixed further overlapping bug | zimmerma | 2011-10-25 | 1 | -5/+15 |
* | fixed bug found by the automatic builds on | zimmerma | 2011-10-24 | 1 | -2/+14 |
* | norm.c: stricter typing in comparison | enge | 2011-09-12 | 1 | -2/+4 |
* | pow.c: fixed types to avoid warning (seen on solaris64) | enge | 2011-09-08 | 1 | -1/+1 |
* | [tests/tpow_fr.c] added test case exposing reuse bug (I don't know how to enter | zimmerma | 2011-09-08 | 1 | -4/+9 |
* | [src/pow.c] implement coherent algorithm for the sign of 0 in the output | zimmerma | 2011-09-07 | 1 | -12/+102 |
* | norm.c: new underflow handling | enge | 2011-09-06 | 1 | -52/+60 |
* | [src/norm.c] handle properly the underflow case | zimmerma | 2011-09-05 | 1 | -11/+49 |
* | [src/div.c] fixed typo | zimmerma | 2011-09-04 | 1 | -1/+1 |
* | [src/norm.c] simplified code, in particular when inexact is 0 after the two | zimmerma | 2011-09-02 | 1 | -13/+23 |
* | div.c: fixed bad application of mpfr_can_round trick - do not put in the same | enge | 2011-09-02 | 1 | -15/+10 |
* | div.c: some heuristics for intermediate under-/overflows | enge | 2011-09-02 | 1 | -8/+27 |
* | div.c: removed (now false) comment | enge | 2011-09-02 | 1 | -1/+0 |
* | div.c: implemented return value | enge | 2011-09-02 | 1 | -9/+12 |
* | div.c: more stringent handling of over- and underflows | enge | 2011-09-02 | 1 | -95/+71 |
* | div.c: slight reorganisation of code | enge | 2011-09-02 | 2 | -83/+95 |
* | norm.c: rewritten to handle all cases of over- and underflow and to obtain a | enge | 2011-09-02 | 2 | -63/+87 |
* | changed 1.0.0-dev into 1.0.0dev (suggested by Ludovic Courtes so that | zimmerma | 2011-09-01 | 2 | -2/+2 |