diff options
author | thevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-11-06 10:53:43 +0000 |
---|---|---|
committer | thevenyp <thevenyp@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-11-06 10:53:43 +0000 |
commit | 1655931b06d0aae17cb294d8d0a93fe31434bda4 (patch) | |
tree | e91eed1520bd95f05b565223f5e81094bbcf2182 /algorithms.bib | |
parent | 03d060a20595c6d26a7d9c7704100878630a3965 (diff) | |
download | mpfr-1655931b06d0aae17cb294d8d0a93fe31434bda4.tar.gz |
algorithms.tex: fix bibtex references for dilogarithm function
algorithms.bib: add references for dilogarithm function
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4949 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'algorithms.bib')
-rw-r--r-- | algorithms.bib | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/algorithms.bib b/algorithms.bib index 86ceedd82..d18a620eb 100644 --- a/algorithms.bib +++ b/algorithms.bib @@ -172,3 +172,23 @@ url = {http://www.inria.fr/rrrt/rr-5852.html}, note = {\url{http://www.loria.fr/~zimmerma/mca/pub226.html}}, annote = {\url{http://wwwmaths.anu.edu.au/~brent/pub/pub226.html}} } + +@Article{VoWe05, + author = {Jens Vollinga and Stefan WeinZierl}, + title = {Numerical evaluation of multiple polylogarithms}, + journal = {Computer Physics Communications}, + year = 2005, + volume = 167, + pages = {177--194} +} + +@Article{GiZa75, + author = {Edward S. Ginsberg and Dorothy Zaborowski}, + title = {The Dilogarithm Function of a Real Argument [S22]}, + journal = {Communications of the ACM}, + year = 1975, + volume = 18, + number = 4, + pages = {200--202}, + month = {April} +} |