summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagging release 0.5.1.0.5.1enge2008-11-1816-420/+394
* configure.ac: change mpfr version required: now >= 2.3.1thevenyp2008-11-181-3/+3
* changed error messageenge2008-11-181-2/+2
* updates in view of release 0.5.1enge2008-11-185-13/+12
* configure.ac: Check if we can redirect standard input/output to a file.thevenyp2008-11-172-8/+5
* configure.ac: stdlib.h presence is already checked with AC_HEADER_STD so remo...thevenyp2008-11-171-1/+1
* added tagging descriptionenge2008-11-171-3/+5
* [inp_str.c] allow i for imaginary part (in addition to I)zimmerma2008-11-173-3/+25
* src/sqr.c: Partly revert r321, error of 3 bits in u.thevenyp2008-11-171-2/+2
* src/sqr.c: Remove macro INV_RND definition now in mpc-impl.h; fix error value...thevenyp2008-11-171-11/+4
* TODO: removed done itemsenge2008-11-172-8/+3
* [tan.dat] added one more corner case, which should give a 100% coveragezimmerma2008-11-172-5/+9
* [sqr.c] simplified code as for mul_karatsubazimmerma2008-11-152-45/+31
* [mul.c] simplified the Karatsuba code (no double loop any more)zimmerma2008-11-152-81/+50
* added corner test cases for tanenge2008-11-142-1/+11
* some more test cases to get close to a coverage of 100%enge2008-11-142-2/+17
* tests/test.c: Improve code coverage, use mpc_inp_str with stdin, mpc_out_str ...thevenyp2008-11-141-0/+43
* tests/tmul.c: Reduce exponent range for random number and increase maximum pr...thevenyp2008-11-142-1/+4
* [mul.c] fixed bug found by Philippe (20081114)zimmerma2008-11-143-2/+16
* [mpc.texi] added important note for mpc_inp_strzimmerma2008-11-141-0/+4
* Remove MPFR_IS_{NAN,ZERO,INF} macros completely.thevenyp2008-11-145-52/+49
* [test.c] improved coverage of mpc_inp_str (remains only case stream == NULL)zimmerma2008-11-142-6/+62
* tests/Makefile.am: Add arg.dat.thevenyp2008-11-141-4/+4
* tests/tmul.c: Add bug for wrong inexact value returned by mpc_mul_karatsuba.thevenyp2008-11-141-2/+12
* added my programs for "symbolic computation", used to generateenge2008-11-1410-0/+695
* [mpc.texi] fixed typozimmerma2008-11-141-1/+1
* data file for testing fr_subenge2008-11-144-4/+374
* data file for sub_frenge2008-11-143-1/+381
* removed non-public macros in mpc-impl.h from NEWSenge2008-11-142-5/+4
* NEWS: Updated up to r300.thevenyp2008-11-141-2/+13
* adaptation to generic macroenge2008-11-134-8/+8
* - added data files for norm, div, div_fr, fr_div, mul_frenge2008-11-1343-298/+3797
* tests/tgeneric.c: Simplification, all directed rounding mode are equivalent f...thevenyp2008-11-131-3/+2
* tests/tlog.c: Start exp(log(z))==z from prec=4 instead of prec=2 because the ...thevenyp2008-11-131-1/+1
* tgeneric.c, tadd_ui.c, tsqr.c: Avoid some sign/unsign implicit conversions.thevenyp2008-11-133-4/+4
* tests/tgeneric.c: Fix macro MPFR_CAN_ROUND so as to avoid double rounding err...thevenyp2008-11-121-1/+1
* tests/tgeneric.c: Fix wrong rounding mode type in some tgeneric_cxx functions.thevenyp2008-11-121-14/+28
* src/set_fr_fr.c: new function.thevenyp2008-11-125-3/+42
* tests/test.c: Remove unused variable, speed up test allocating variable to th...thevenyp2008-11-121-6/+3
* src/arg.c: Compute the argument of a complex.thevenyp2008-11-127-6/+152
* src/proj.c: new fonction for projection onto the Riemann sphere.thevenyp2008-11-127-5/+171
* doc/mpc.texi: Better section title and fix typo.thevenyp2008-11-121-8/+8
* src/real.c, src/imag.c: New functions to access each parts of an mpc_t variable.thevenyp2008-11-128-34/+196
* tests/tnorm.c: Fix typo.thevenyp2008-11-121-1/+1
* makefile.vc: Update makefile for microsoft windows (thanks to Mickael Gastine...thevenyp2008-11-121-58/+216
* tests/tgeneric.c: Add some special test cases (pure real/imaginary parameters...thevenyp2008-11-121-10/+133
* tests/tgeneric.c: Cosmetic changes: trailing whitespaces removed, some line i...thevenyp2008-11-121-9/+9
* tests/mpc-tests.h, tests/tgeneric.c: Add new fonction type CCI for mpc_mul_i.thevenyp2008-11-074-8/+184
* random.c: Add new parameter zero_probability to test_default_random in order ...thevenyp2008-11-075-32/+52
* added info on lcov configuration file, thanks to PTenge2008-11-071-2/+8