summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* added pow_z, pow_ui, pow_fr, pow_si, pow_d and pow_ldzimmerma2009-10-061-0/+9
* [mpc.texi] added information on branch cut for acoshzimmerma2009-10-011-0/+1
* merged inverse trigonometric and inverse hyperbolic functions from branchzimmerma2009-09-301-2/+12
* missing files for the new mpc_atan functionzimmerma2009-09-291-0/+4
* release 0.7enge2009-09-101-3/+3
* acinclude.m4: removed -ansi, added -Wno-long-long; seeenge2009-09-071-2/+2
* mpc-impl.h, mpc.texi: small changes to documentation and commentsenge2009-09-071-2/+2
* pow.c: renamed variable to avoid duplicate nameenge2009-09-071-2/+2
* inp_str.c: fixed bug on cygwin reported by Dave Korn:enge2009-09-011-1/+1
* change version number to 0.7-dev to get ready for prerelease tarballenge2009-08-261-4/+4
* [swap.c] new function mpc_swapzimmerma2009-08-261-0/+7
* [algorithms.tex] review of Philippe Theveny's work on sign of zeroes for powzimmerma2009-08-251-58/+61
* mpc.texi: clarified documentation for ./configure as per requestenge2009-08-041-0/+6
* doc/algorithms.tex: fix errors and typos.thevenyp2009-07-291-66/+90
* 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-161-1/+185
* src/random2.c src/mpc.h src/random.c src/Makefile.am doc/mpc.texi NEWS: remov...thevenyp2009-06-291-21/+0
* set_x.c: new function mpc_set_nan, setting the real and imaginaryenge2009-06-291-0/+4
* [pow.c] more work on cases with sign of zero as input/outputzimmerma2009-06-261-0/+29
* algorithms.tex: corrected small error in mpc_sqrtenge2009-06-181-2/+2
* algorithms.tex:enge2009-06-171-6/+36
* algorithms.tex: finished error analysis of divisionenge2009-06-171-100/+100
* 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
* algorithms.tex: added second error bound for normenge2009-06-111-3/+33
* algorithms.tex: rewritten section on real divisionenge2009-06-111-7/+53
* algorithms.tex: intermediate commit to enable parallel modificationsenge2009-06-111-172/+227
* 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
* algorithms.tex: rewritten introduction for error propagationenge2009-06-101-126/+370
* [algorithms.tex] added referencezimmerma2009-06-092-1/+14
* 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
* algorithms.tex: merged changesenge2009-06-051-50/+68
* [pow.c] fixed a few remaining bugszimmerma2009-06-051-0/+3
* [pow.c, algorithms.tex] moved from pow.c to algorithms.tex and put in a Lemmazimmerma2009-06-051-4/+18
* [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
* First version of mpc_pow. Seems to run ok, but we have problems with largezimmerma2009-06-041-0/+5
* removed need for underscore in types plugged into MPC_SET_X_Yenge2009-06-041-7/+4
* 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-041-1/+1
* moved MPC_RE and MPC_IM to mpc-impl.h and removed their documentation,enge2009-06-041-11/+5
* [algorithms.tex] added error analysis for mpc_powzimmerma2009-06-021-3/+25