summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [acos.c] completed case of regular argumentfeature-inverse-trigozimmerma2009-09-306-18/+80
* [asin.c] preliminary version for the general casezimmerma2009-09-292-7/+93
* [atan.c] fixed the general casezimmerma2009-09-291-31/+35
* [acosh.c] fixed probable typozimmerma2009-09-291-2/+2
* tests/acosh.dat tests/asin.dat tests/asinh.dat: Add test values with pure rea...thevenyp2009-08-133-0/+72
* src/acosh.c: add special case 0+i*NaN, fix rounding mode and nonary value wit...thevenyp2009-08-134-10/+132
* src/atan.c: Add (buggy) code for regular complex argument.thevenyp2009-08-131-4/+147
* src/acos.c: process special value arguments, pure real and pure imaginary arg...thevenyp2009-08-132-3/+171
* src/atan.c: code simplification.thevenyp2009-08-134-25/+23
* src/atan.c: Simplify the case of pure imaginary argument.thevenyp2009-08-061-18/+5
* src/atan.c: compute special values and pure real/ pure imaginary arguments.thevenyp2009-08-054-38/+277
* src/acosh.c: fix typo.thevenyp2009-08-051-4/+4
* doc/mpc.texi: Group together descriptions in section Trigonometric Functions.thevenyp2009-08-031-44/+15
* NEWS doc/mpc.texi src/mpc.h src/Makefile.am: Add inverse hyperbolic functions.thevenyp2009-08-0314-21/+595
* tests/Makefile.am doc/mpc.texi NEWS src/mpc.h src/Makefile.am: Add inverse tr...thevenyp2009-08-0314-20/+543
* Creating a private branch for inverses of trigonometric & hyperbolic functions.thevenyp2009-08-030-0/+0
* src/pow.c: Fix operation order (bug detected by reuse tests).thevenyp2009-07-311-18/+21
* tests/mpc-tests.h: Use MPFR_RND_MAX instead of GMP_RND_MAX when compiled agai...thevenyp2009-07-291-0/+7
* src/pow.c: set sign of the zero imaginary part as determined in the proof in ...thevenyp2009-07-292-197/+310
* doc/algorithms.tex: fix errors and typos.thevenyp2009-07-291-66/+90
* src/mpc-impl.h: Add a C++ iterator on mpfr_rnd_t enum (g++ 4.3.2 refuses to i...thevenyp2009-07-294-14/+25
* [mpc.h,get_prec.c,get_prec2.c] changed input from mpc_t to mpc_srcptrzimmerma2009-07-273-4/+4
* doc/algorithms.tex: Finish enumeration of cases where the sign of the zero pa...thevenyp2009-07-241-206/+391
* doc/algorithms.tex: Analyse cases where Re(x^y)>0 and Im(x^y) = 0.thevenyp2009-07-163-10/+327
* src/random2.c src/mpc.h src/random.c src/Makefile.am doc/mpc.texi NEWS: remov...thevenyp2009-06-296-98/+9
* src/get_str.c: rename uggly -> ugly.thevenyp2009-06-291-5/+5
* set_x.c: new function mpc_set_nan, setting the real and imaginaryenge2009-06-294-1/+13
* Makefile.vc: Update makefile for Windows adding the function mpc_pow (Thanks ...thevenyp2009-06-291-0/+4
* [pow.c] more work on sign of zerozimmerma2009-06-272-7/+18
* [pow.c] more work on cases with sign of zero as input/outputzimmerma2009-06-264-2/+66
* TODO: wishlist function coming out of CNC'2enge2009-06-251-0/+2
* [pow.c] solved speed regression between revisions 614 and 615zimmerma2009-06-241-0/+52
* [pow.c] fixed hang in underflow case + fixed problem with mpc_pow_exact forzimmerma2009-06-242-30/+100
* [pow.c] improved sign of result for x^0zimmerma2009-06-232-5/+24
* [pow.c] save/restore the exponent range in mpc_pow_exactzimmerma2009-06-222-1/+17
* [pow.c] fixed two more bugs found by Kaveh Ghazizimmerma2009-06-192-38/+28
* algorithms.tex: corrected small error in mpc_sqrtenge2009-06-181-2/+2
* [pow.c] new loop fix (previous one was not general enough)zimmerma2009-06-182-6/+5
* [pow.c] fixed two bugs: one where the exponent was wrong, and one case wherezimmerma2009-06-182-15/+22
* algorithms.tex:enge2009-06-171-6/+36
* [TODO] added suggestion from Kaveh Ghazizimmerma2009-06-171-0/+2
* algorithms.tex: finished error analysis of divisionenge2009-06-171-100/+100
* [mpc.h] removed prototypes for mpc_set_default_prec and mpc_get_default_preczimmerma2009-06-171-2/+0
* algorithms.tex: added complex relative error analysis to multiplicationenge2009-06-171-10/+33
* algorithms.tex: added converse estimation for real errorsenge2009-06-171-7/+25
* added paragraph on complex relative errorenge2009-06-171-4/+71
* alorithms.tex: added relative errors for normenge2009-06-111-19/+49
* mul_si.c: removed workaround for gmp-4.1.4enge2009-06-111-24/+6
* algorithms.tex: added second error bound for normenge2009-06-111-3/+33
* algorithms.tex: rewritten section on real divisionenge2009-06-111-7/+53