summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Untabified and removed trailing spaces.vlefevre2007-10-3111-85/+85
* pow.c, tpow.c: fixed bugs reported by Kevin Rauchzimmerma2007-10-303-31/+141
* cosmetic changeszimmerma2007-10-301-5/+7
* added missing \Li2zimmerma2007-10-301-0/+1
* added more test cases for mpfr_li2zimmerma2007-10-283-7/+43
* fixed bug mentioned by Kevin Rauch: mpfr_lgamma was hanging for tiny inputzimmerma2007-10-282-45/+76
* fixed bug reported by Kevin Rauch: wrong sign for jn(n even, large negative x)zimmerma2007-10-283-3/+14
* removed item on mpfr_sinh_cosh (done)zimmerma2007-10-281-6/+8
* added comment about function/macro in custom interfacezimmerma2007-10-281-1/+2
* jn.c: improved choice of initial precision in Taylor series (takes intozimmerma2007-10-282-2/+43
* factorial.c: added FIXME comment.vlefevre2007-10-271-0/+2
* gamma.c: attempt to fix wrong fix in 4918 (the maximum exponent canvlefevre2007-10-271-8/+8
* added note about efficiency of special functionszimmerma2007-10-271-1/+5
* fixed bug in zeta(large negative) reported by Kevin Rauch [wrong inexact flag]zimmerma2007-10-272-8/+19
* fixed inefficiency reported by Kevin Rauch when x large negative (erfc -> 2)zimmerma2007-10-272-5/+40
* fixed another bug found by Kevin Rauch: gamma(huge integer) failed on 64-bitzimmerma2007-10-262-2/+10
* fixed bug found by Kevin Rauch (emin/emax not restored for x=1,2)zimmerma2007-10-262-1/+18
* added test for reference valueszimmerma2007-10-261-0/+2
* reference values for li2zimmerma2007-10-261-0/+119
* algorithms.tex: description of dilogarithm algorithmthevenyp2007-10-262-171/+667
* mpfr.texi: small change in the description of mpfr_subnormalize.vlefevre2007-10-231-1/+1
* added more details in the description of subnormalizezimmerma2007-10-231-0/+7
* subnormal.c: fixed the bugs when old_inex is INT_MIN or INT_MAX.vlefevre2007-10-231-6/+7
* tsubnormal.c: added some tests showing bugs when old_inex is INT_MINvlefevre2007-10-231-10/+30
* subnormal.c: corrected comment.vlefevre2007-10-231-3/+3
* Changeset r4904 introduced an assertion failure, but the assertionvlefevre2007-10-232-4/+5
* fixed 2 bugs reported by Kevin Rauchzimmerma2007-10-222-8/+90
* subnormal.c: replaced incorrect comment.vlefevre2007-10-221-4/+4
* tests: updated svn:ignore property.vlefevre2007-10-220-0/+0
* added new referenceszimmerma2007-10-221-0/+17
* added asymptotic expansionszimmerma2007-10-201-2/+110
* li2.c: add Ziv's loop in li2_seriesthevenyp2007-10-192-34/+88
* li2.c: fix a typo and fix use of taylor seriesthevenyp2007-10-172-11/+12
* add dilogarithm functionthevenyp2007-10-167-3/+637
* added item in Efficiency sectionzimmerma2007-10-151-0/+6
* added table of contentszimmerma2007-10-151-37/+15
* Fixed acosh(x) with x slightly larger than 1, using sqrt(2(x-1)) andvlefevre2007-10-152-45/+44
* tests/tacosh.c: added another test with x a bit larger than 1 andvlefevre2007-10-151-1/+17
* acosh.c: added a comment about the fix I did in r4814.vlefevre2007-10-121-0/+5
* added extra reference for slowness of mpfr_rootzimmerma2007-10-091-0/+1
* FAQ update (added Question 8).vlefevre2007-10-091-0/+17
* mpfr.texi: another small change in Contributors section.vlefevre2007-10-091-5/+5
* mpfr.texi: small change in Contributors section.vlefevre2007-10-091-1/+1
* mpfr.texi: mention Fiable and AOC actions in the Contributors section.vlefevre2007-10-091-0/+2
* added reference to ACM TOMS paperzimmerma2007-10-091-14/+22
* fixed typo in sectioningzimmerma2007-10-091-1/+1
* removed mpfr_get_d1 from documented functionszimmerma2007-10-081-37/+5
* renamed "Rounding Mode Related Functions" to "Rounding Related Functions"zimmerma2007-10-081-61/+60
* added hint for mpfr_can_round to get ternary valuezimmerma2007-10-081-0/+13
* changed mpfr_can_round() call into MPFR_CAN_ROUND() callzimmerma2007-10-081-6/+1