summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [acos.c] completed case of regular argumentfeature-inverse-trigozimmerma2009-09-301-8/+65
* [asin.c] preliminary version for the general casezimmerma2009-09-291-5/+89
* [atan.c] fixed the general casezimmerma2009-09-291-31/+35
* [acosh.c] fixed probable typozimmerma2009-09-291-2/+2
* src/acosh.c: add special case 0+i*NaN, fix rounding mode and nonary value wit...thevenyp2009-08-133-7/+129
* 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-131-0/+145
* src/atan.c: code simplification.thevenyp2009-08-131-22/+14
* 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-052-3/+186
* src/acosh.c: fix typo.thevenyp2009-08-051-4/+4
* NEWS doc/mpc.texi src/mpc.h src/Makefile.am: Add inverse hyperbolic functions.thevenyp2009-08-035-9/+164
* tests/Makefile.am doc/mpc.texi NEWS src/mpc.h src/Makefile.am: Add inverse tr...thevenyp2009-08-035-8/+102
* src/pow.c: Fix operation order (bug detected by reuse tests).thevenyp2009-07-311-18/+21
* src/pow.c: set sign of the zero imaginary part as determined in the proof in ...thevenyp2009-07-291-65/+100
* src/mpc-impl.h: Add a C++ iterator on mpfr_rnd_t enum (g++ 4.3.2 refuses to i...thevenyp2009-07-291-0/+9
* [mpc.h,get_prec.c,get_prec2.c] changed input from mpc_t to mpc_srcptrzimmerma2009-07-273-4/+4
* doc/algorithms.tex: Analyse cases where Re(x^y)>0 and Im(x^y) = 0.thevenyp2009-07-161-1/+8
* src/random2.c src/mpc.h src/random.c src/Makefile.am doc/mpc.texi NEWS: remov...thevenyp2009-06-294-77/+8
* 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-292-0/+8
* [pow.c] more work on sign of zerozimmerma2009-06-271-7/+8
* [pow.c] more work on cases with sign of zero as input/outputzimmerma2009-06-261-0/+25
* [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-241-30/+94
* [pow.c] improved sign of result for x^0zimmerma2009-06-231-5/+22
* [pow.c] save/restore the exponent range in mpc_pow_exactzimmerma2009-06-221-1/+15
* [pow.c] fixed two more bugs found by Kaveh Ghazizimmerma2009-06-191-38/+26
* [pow.c] new loop fix (previous one was not general enough)zimmerma2009-06-181-6/+4
* [pow.c] fixed two bugs: one where the exponent was wrong, and one case wherezimmerma2009-06-181-15/+20
* [mpc.h] removed prototypes for mpc_set_default_prec and mpc_get_default_preczimmerma2009-06-171-2/+0
* mul_si.c: removed workaround for gmp-4.1.4enge2009-06-111-24/+6
* src/pow.c: Add special values (same results as gnu libc's cpow)thevenyp2009-06-111-13/+29
* mpc-impl.h: added an __MPC_DECLSPEC, just in caseenge2009-06-091-1/+1
* removed logging macros, which were essentially unusedenge2009-06-092-51/+0
* log.c: Fix zero's sign with pure real argument, simplify code when arguments ...thevenyp2009-06-091-16/+3
* [pow.c] fixed another case: (-1)^(half-integer + imaginary part)zimmerma2009-06-081-2/+5
* [pow.c] fixed two more bugszimmerma2009-06-081-6/+7
* [pow.c] fixed another bugzimmerma2009-06-061-1/+1
* [pow.c] fixed another exact case (this time the error was due to me)zimmerma2009-06-061-12/+35
* [pow.c] fixed yet another exact cases (no-end story...)zimmerma2009-06-051-7/+22
* [pow.c] fixed another exact casezimmerma2009-06-051-5/+63
* [pow.c] fixed another exact case: I^(t*I) and (-I)^(t*I) are real for t real.zimmerma2009-06-051-3/+13
* [pow.c] fixed a few remaining bugszimmerma2009-06-051-41/+44
* [pow.c, algorithms.tex] moved from pow.c to algorithms.tex and put in a Lemmazimmerma2009-06-051-8/+1
* norm: corrected return value to + in case of overflowenge2009-06-051-4/+3
* log.c: added FIXMEenge2009-06-041-0/+2
* log.c: fake bug fix for infinite loop when intermediate overflow occursenge2009-06-041-6/+11
* fixed norm computation: returns inf in case of overflowenge2009-06-041-3/+4
* [pow.c] added FIXMEzimmerma2009-06-041-1/+6