summaryrefslogtreecommitdiff
path: root/algorithms.tex
Commit message (Expand)AuthorAgeFilesLines
* algorithms.tex: Fix one typo in dilogarithm section.thevenyp2008-11-171-1/+1
* final got rid of generic.c (bug 6199)zimmerma2008-09-161-3/+2
* [algorithms.tex] the truncation error for rec_sqrt was correct, but thezimmerma2008-08-271-4/+9
* [rec_sqrt.c] fixed bug "bad_case1" (truncation error was forgotten, whenzimmerma2008-08-271-0/+8
* algorithms.tex: replaced "towards" by "toward" for consistency withvlefevre2008-08-211-12/+12
* algorithms.tex: corrected English usage, spelling and typographyvlefevre2008-08-211-29/+28
* Fix typos, improve wording.thevenyp2008-07-311-8/+9
* algorithms.tex: Prove the correctness of the algorithm used for mpfr_hypotthevenyp2008-07-301-100/+102
* the O(l^{1/2}) method to evaluate power series is due to zimmerma2008-06-101-1/+5
* fixed typoszimmerma2008-06-081-1/+1
* use DeclareMathOperator for erf and erfczimmerma2008-06-071-7/+8
* fixed typo, added argument reduction for atan (we should try it since I believezimmerma2008-06-071-2/+5
* simplified error analysis of log1p (did not match the code), and improved thezimmerma2008-06-071-46/+26
* li2.c: improve error estimation in Ziv loop.thevenyp2008-03-101-54/+26
* hypot.c: change shift amount for exponents so as to avoid overflow in Ziv loop.thevenyp2008-03-101-51/+85
* improve proof for euclidean distance algorithm (unfinished)thevenyp2008-02-261-40/+52
* algorithms.tex: one can have a better upper bound on \sqrt{x^2+y^2}-|x|vlefevre2008-02-221-0/+11
* algorithms.tex: use hyperref.vlefevre2008-02-221-0/+1
* add more details in mpfr_hypot descriptionthevenyp2008-02-211-14/+55
* cosmetic change: display "EXP" in small capitalsthevenyp2008-02-211-9/+9
* rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internalzimmerma2008-01-151-2/+92
* algorithms.tex: fix bibtex references for dilogarithm functionthevenyp2007-11-061-3/+3
* cosmetic changeszimmerma2007-10-301-5/+7
* added missing \Li2zimmerma2007-10-301-0/+1
* algorithms.tex: description of dilogarithm algorithmthevenyp2007-10-261-1/+485
* Fixed acosh(x) with x slightly larger than 1, using sqrt(2(x-1)) andvlefevre2007-10-151-19/+32
* fix some typosthevenyp2007-10-021-26/+21
* algorithms.tex: deleted trailing spaces.vlefevre2007-08-311-148/+148
* algorithms.tex: correction in section on mpfr_asinh: acosh -> asinh.vlefevre2007-08-311-1/+1
* Fixed bug in mpfr_acosh for arguments slightly larger than 1;vlefevre2007-08-311-16/+29
* implemented asymptotic expansion for large argument in j0/j1/jnzimmerma2007-07-241-1/+49
* updated algorithms.tex with new additive argument reduction for sin/cos/tanzimmerma2007-07-041-27/+15
* algorithms.tex: Mulder -> Mulders.vlefevre2007-06-051-1/+1
* algorithms.tex: improved the description of mpfr_remquo.vlefevre2007-05-071-2/+2
* improved description of remainder and remquozimmerma2007-05-061-9/+15
* My latest change was not completely correct...vlefevre2007-05-061-1/+1
* Updated description of algorithm for mpfr_remainder.vlefevre2007-05-061-1/+2
* added description of algorithm for mpfr_remainderzimmerma2007-05-061-0/+47
* added Bessel functions of second kind (y0, y1, yn_si)zimmerma2007-03-311-2/+143
* now check underflow for large n in mpfr_jn_sizimmerma2007-03-231-0/+7
* Correction: added missing $b_n$.lfousse2007-03-231-1/+1
* added Bessel functions of first kind: j0, j1, jnzimmerma2007-03-221-1/+45
* fixed error in generic error for the logarithm, and propagated new boundzimmerma2007-02-191-52/+47
* improved efficiency of zeta_ui(s) for 3^(-s) < 1/2*ulp(1)zimmerma2006-12-191-0/+11
* fixed typozimmerma2006-12-071-1/+1
* added asymptotic expansion for mpfr_eint (don't need MPFR_WARNING any more)zimmerma2006-11-191-0/+12
* implemented asymptotic formula for erfc (fixed both slowness for largezimmerma2006-11-161-0/+6
* replaced <= by =zimmerma2006-06-201-1/+1
* changed <= into =zimmerma2006-06-191-1/+1
* comments from Keith Briggszimmerma2006-06-191-11/+14