diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/base/source-manual/mpman.bib')
-rw-r--r-- | Master/texmf-dist/doc/metapost/base/source-manual/mpman.bib | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/base/source-manual/mpman.bib b/Master/texmf-dist/doc/metapost/base/source-manual/mpman.bib index e54ed5603e4..7f089f8ba71 100644 --- a/Master/texmf-dist/doc/metapost/base/source-manual/mpman.bib +++ b/Master/texmf-dist/doc/metapost/base/source-manual/mpman.bib @@ -103,3 +103,33 @@ title = "The luamplib package", note = "\texttt{CTAN://macros/luatex/generic/luamplib/luamplib.pdf}" } +@misc{lib:cairo, + key = "Cairo", + title = "Cairo graphics library", + note = "\texttt{http://cairographics.org/}" +} +% taken from http://www.mpfr.org/faq.html#cite +@Article{lib:mpfr, + author = "Laurent Fousse and Guillaume Hanrot and Vincent Lef\`evre and Patrick + P\'elissier and Paul Zimmermann", + title = "{MPFR}: A Multiple-Precision Binary Floating-Point Library with Correct Rounding", + journal = "{ACM} Transactions on Mathematical Software", + volume = "33", + number = "2", + month = jun, + year = "2007", + pages = "13:1--13:15", + URL = "http://doi.acm.org/10.1145/1236463.1236468", + abstract = "This paper presents a multiple-precision binary floating-point library, + written in the ISO C language, and based on the GNU MP library. Its + particularity is to extend to arbitrary-precision ideas from the IEEE 754 + standard, by providing \emph{correct rounding} and \emph{exceptions}. + We demonstrate how these strong semantics are achieved --- with no + significant slowdown with respect to other arbitrary-precision tools + --- and discuss a few applications where such a library can be useful.", +} +@misc{lib:decnumber, + key = "decnumber", + title = "dec{N}umber {ANSI} {C} implementation of General Decimal Arithmetic", + note = "\texttt{http://speleotrove.com/decimal/decnumber.html}" +} |