Skip to content

Commit dc24339

Browse files
committed
Add MPFR reference
1 parent 913d5c3 commit dc24339

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/references/bib.bib

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,3 +1442,23 @@ @article{stewart:1985a
14421442
volume = {11},
14431443
year = {1985},
14441444
}
1445+
1446+
@article{fousse:2007a,
1447+
abstract = {This article 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 correct rounding and 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.},
1448+
acmid = {1236468},
1449+
address = {New York, NY, USA},
1450+
articleno = {13},
1451+
author = {Laurent Fousse and Guillaume Hanrot and Vincent Lef\`{e}vre and Patrick P{\'e}lissier and Paul Zimmermann},
1452+
doi = {10.1145/1236463.1236468},
1453+
issn = {0098-3500},
1454+
issue_date = {June 2007},
1455+
journal = {ACM Trans. Math. Softw.},
1456+
keywords = {ieee 754, multiple-precision arithmetic, correct rounding, elementary function, floating-point arithmetic, portable software},
1457+
month = {jun},
1458+
number = {2},
1459+
publisher = {ACM},
1460+
title = {{MPFR: A Multiple-precision Binary Floating-point Library with Correct Rounding}},
1461+
url = {http://doi.acm.org/10.1145/1236463.1236468},
1462+
volume = {33},
1463+
year = {2007},
1464+
}

0 commit comments

Comments
 (0)