summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [coverage] fixed typozimmerma2008-11-051-1/+1
* [log.dat] added tests with real xor imaginary part zerozimmerma2008-11-051-0/+6
* modified coverage script to accept additional parameters,enge2008-11-052-2/+21
* doc/mpc.texi: Give precise directory of documentation generated by make.thevenyp2008-10-311-6/+6
* tests/tmul.dat: Remove unused file.thevenyp2008-10-315-88/+324
* mpc-tests.h: Add a new field for function properties to struct mpc_function; ...thevenyp2008-10-313-11/+63
* src/mul_fr.c: Avoid init/clear a mpfr_t variable when possible.thevenyp2008-10-311-3/+7
* src/mpc-impl.h: New macros MPFR_IS_NAN, MPFR_IS_INF, MPFR_IS_SINGULAR, MPC_IS...thevenyp2008-10-311-1/+11
* Makefile.am, add_fr.dat, tadd_fr.c: Add data set for mpc_add_fr.thevenyp2008-10-283-4/+116
* tests/read_data.c: Fix bugs.thevenyp2008-10-281-4/+4
* tests/test.c: Improve code coverage for inp_str/out_str.thevenyp2008-10-271-2/+53
* src/sqrt.c: Remove dead code (the case sqrt(-Inf +i* Inf) is handled above wi...thevenyp2008-10-271-74/+68
* Makefile.am, sub.dat, tsub.c: Add data set for mpc_sub.thevenyp2008-10-273-1/+97
* add.dat, tadd.c, Makefile.am: Add data set for mpc_add.thevenyp2008-10-273-2/+113
* [tmul.dat] new file, currently no test, but contains rules from ISO/IEC 9899zimmerma2008-10-231-0/+20
* tests/read_data.c: Fix bug (now read mpc_rnd_t instead of mp_rnd_t in read_cc...thevenyp2008-10-211-2/+2