Boost Multiprecision Library
authorSam Moore <[email protected]>
Mon, 7 Apr 2014 05:41:24 +0000 (13:41 +0800)
committerSam Moore <[email protected]>
Mon, 7 Apr 2014 05:41:24 +0000 (13:41 +0800)
Not much to say until I've tried using it.

LiteratureNotes.pdf
LiteratureNotes.tex
ProjectProposalDavid.pdf
ProjectProposalSam.pdf
papers.bib

index f5b15bd..426e0a4 100644 (file)
Binary files a/LiteratureNotes.pdf and b/LiteratureNotes.pdf differ
index 39cb258..95b2997 100644 (file)
@@ -379,7 +379,13 @@ Performance was much improved over the software rasterization and over XRender a
 on all except nVidia hardware. However, nVidia's XRender implementation did slow down significantly when
 some transformations were applied.
 
+\section{Boost Multiprecision Library\cite{boost_multiprecision}}
 
+\begin{itemize}
+       \item ``The Multiprecision Library provides integer, rational and floating-point types in C++ that have more range and precision than C++'s ordinary built-in types.''
+       \item Specify number of digits for precision as a template argument.
+       \item Precision is fixed... {\bf possible approach to project:} Use \verb/boost::mpf_float<N>/ and increase \verb/N/ as more precision is required?
+\end{itemize}
 
 \pagebreak
 \bibliographystyle{unsrt}
index f2ece22..6d9c246 100644 (file)
Binary files a/ProjectProposalDavid.pdf and b/ProjectProposalDavid.pdf differ
index 0549d9a..64c2426 100644 (file)
Binary files a/ProjectProposalSam.pdf and b/ProjectProposalSam.pdf differ
index e2aa0e9..52350bc 100644 (file)
@@ -416,3 +416,12 @@ doi={10.1109/ARITH.1991.145549},}
 } 
 
 
+
+% Boost multiprecision library
+@misc{boost_multiprecision,
+       author = {John Maddock and Christopher Kormanyos},
+       title = {Boost Multiprecision Library},
+       howpublished = {\url{http://www.boost.org/doc/libs/1_53_0/libs/multiprecision/doc/html/boost_multiprecision/}}
+}
+
+

UCC git Repository :: git.ucc.asn.au