summaryrefslogtreecommitdiff
path: root/li2.c
Commit message (Expand)AuthorAgeFilesLines
* 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