X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fsam.git;a=blobdiff_plain;f=chapters%2FBackground%2FGMP.tex;fp=chapters%2FBackground%2FGMP.tex;h=c358f099ab19bde09645b2b636133a071f1e0e7a;hp=0000000000000000000000000000000000000000;hb=9fcf44a0c34f393689118e913a2d17d907036c85;hpb=d5e7e14d2ec624cfe0febcccd81e95082ef1c175 diff --git a/chapters/Background/GMP.tex b/chapters/Background/GMP.tex new file mode 100644 index 0000000..c358f09 --- /dev/null +++ b/chapters/Background/GMP.tex @@ -0,0 +1,3 @@ +The GNU Multiple Precision Library implements arbitrary precision arithmetic for integers, floating point numbers, and rationals\cite{granlund2014}. + +The MPFR library is based on GMP but implements IEEE-754 rounding\cite{fousse2007mpfr}.