summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* algorithms.tex: intermediate commit to enable parallel modificationsenge2009-06-111-172/+227
* tests/Makefile.am: Files in tests/ directory can now be computed using make.thevenyp2009-06-111-0/+1
* algorithms.bib: Better presentation of mpfr's algorithms.tex entry.thevenyp2009-06-111-2/+2
* algorithms.bib: Add reference to MPFR's algorithm.tex.thevenyp2009-06-111-0/+6
* src/pow.c: Add special values (same results as gnu libc's cpow)thevenyp2009-06-112-13/+170
* algorithms.tex: rewritten introduction for error propagationenge2009-06-101-126/+370
* acinclude.m4: prevent use of -pedantic when _linker_ does notenge2009-06-091-1/+1
* configure.ac, acinclude.m4: some reorganisationenge2009-06-092-92/+119
* acinclude.m4: change macos test (config.guess calls it *-*-darwin*).thevenyp2009-06-091-1/+1
* mpc-impl.h: added an __MPC_DECLSPEC, just in caseenge2009-06-091-1/+1
* removed logging macros, which were essentially unusedenge2009-06-094-70/+0
* acinclude.m4: removed -D_FORTIFY_SOURCE=2 for macenge2009-06-091-1/+4
* TODO: benchenge2009-06-091-0/+5
* log.data: added tests for log (+- 1 +- 0*i)enge2009-06-091-1/+9
* read_data.c: Fix bug in reading zeros and infinities signs.thevenyp2009-06-091-3/+5
* log.c: Fix zero's sign with pure real argument, simplify code when arguments ...thevenyp2009-06-091-16/+3
* [algorithms.tex] added referencezimmerma2009-06-092-1/+14
* [pow.c] fixed another case: (-1)^(half-integer + imaginary part)zimmerma2009-06-081-2/+5
* [pow.c] fixed two more bugszimmerma2009-06-082-6/+20
* doc/algorithms.tex: Fix typo.thevenyp2009-06-081-1/+1
* algorithms.tex: finished proof of th. (c), added a lemma for this purposeenge2009-06-071-14/+31
* algorithms.tex: some progress towards the proof of th.6(c)enge2009-06-071-3/+13
* algorithms.tex, theorem 6:enge2009-06-071-5/+6
* algorithms.tex, th. 6 c (ii) and (iii):enge2009-06-071-5/+2
* algorithms.tex: Reorganised and continued section on mpc_powenge2009-06-071-72/+159
* [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
* algorithms.tex: merged changesenge2009-06-051-50/+68
* [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-052-41/+47
* [pow.c, algorithms.tex] moved from pow.c to algorithms.tex and put in a Lemmazimmerma2009-06-052-12/+19
* norm: corrected return value to + in case of overflowenge2009-06-052-5/+4
* [algorithms.tex] added lemma showing that if x and x^{m 2^e} are dyadiczimmerma2009-06-051-0/+35
* algorithms.tex: small changes in mpc_powenge2009-06-041-11/+14
* log.c: added FIXMEenge2009-06-041-0/+2
* log.c: fake bug fix for infinite loop when intermediate overflow occursenge2009-06-042-7/+15
* fixed norm computation: returns inf in case of overflowenge2009-06-043-4/+8
* [NEWS] added mpc_powenge2009-06-041-0/+1
* corrected typoenge2009-06-041-1/+1
* [pow.c] added FIXMEzimmerma2009-06-042-2/+6
* [pow.c] added special case 1^y = 1zimmerma2009-06-041-10/+22
* First version of mpc_pow. Seems to run ok, but we have problems with largezimmerma2009-06-047-12/+430
* [log.dat] added huge values (the last one makes mpc_log hang)zimmerma2009-06-041-0/+42
* simplified set_x through the use of a macroenge2009-06-042-91/+28
* removed need for underscore in types plugged into MPC_SET_X_Yenge2009-06-045-24/+22
* removed mentioning of empty argument in the documentation of MPC_SET_X_Yenge2009-06-041-20/+7
* upgraded version requirement to gmp 4.2 and removed workarounds for olderenge2009-06-047-72/+18
* moved MPC_RE and MPC_IM to mpc-impl.h and removed their documentation,enge2009-06-043-19/+13