%general-entities; ]> mpfr &mpfr-version;
&mpfr-url;
MPFR-&mpfr-version; MPFR <para>The MPFR package contains functions for multiple precision math.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&mpfr-ch6-sbu;</seg> <seg>&mpfr-ch6-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of MPFR Prepare MPFR for compilation: ./configure --prefix=/usr --enable-thread-safe Compile the package: make The test suite for MPFR in this section is considered critical. Do not skip it under any circumstances. Test the results and ensure that all 134 tests passed: make check Install the package: make install Install the documentation: make html mkdir -p /usr/share/doc/mpfr-&mpfr-version; find . -name \*.html -type f -exec cp \{} /usr/share/doc/mpfr-&mpfr-version; \; Contents of MPFR Installed Libraries libmpfr.{a,so} Short Descriptions libmpfr Contains multiple-precision math functions. libmpfr