summaryrefslogtreecommitdiff
path: root/li2.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-16/+16
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* [li2.c] fixed bug when x is near 0zimmerma2009-10-131-0/+3
* changed function into bernoulli.c (which was static, included 3 times) intozimmerma2009-09-041-3/+2
* [digamma.c] new function mpfr_digammazimmerma2009-09-021-57/+1
* replaced obsolete GMP functions (suggested by Brian Gladman):zimmerma2009-08-271-4/+4
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-109/+109
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-8/+7
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-7/+8
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* li2.c: avoid even more mixing between signed and unsigned types, byvlefevre2008-08-251-9/+9
* li2.c: use an "int" instead of "unsigned int" in li2_series() to avoidvlefevre2008-08-251-1/+1
* Final code clean-up based on icc warnings.vlefevre2008-08-071-2/+1
* li2.c: improve error estimation in Ziv loop.thevenyp2008-03-101-2/+2
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-6/+6
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Untabified and removed trailing spaces.vlefevre2007-10-311-25/+25
* added more test cases for mpfr_li2zimmerma2007-10-281-4/+6
* algorithms.tex: description of dilogarithm algorithmthevenyp2007-10-261-170/+182
* added asymptotic expansionszimmerma2007-10-201-2/+110
* li2.c: add Ziv's loop in li2_seriesthevenyp2007-10-191-34/+66
* li2.c: fix a typo and fix use of taylor seriesthevenyp2007-10-171-9/+11
* add dilogarithm functionthevenyp2007-10-161-0/+530