[[OS X]]
#Contents
* Installing MPFR on Mac OS X [#x0c96bff]
** About MPFR [#y731ae61]
MPFR (http://www.mpfr.org) is the acronym of Multiple Precision Floating-Point Reliable Library. MPFR is a C library for multiple-precision floating-point computations with current rounding. This C library has been continuously supported by INRIA (French Institute for Research in Computer Science and Automation), and this library is currently maintained by groups of scientists at Loria (Lorraine Research Laboratory in Computer Science and its Applications, Nancy, France) and at LIP (Laboratory of Parallel Computing, Lyon, France).

The goal of MPFR is to provide a C library for multiple-precision floating-point computation. This library is aimed to be efficient and to have a well-defined semantics. MPFR has copied the idea of double precision floating-point arithmetic (53-bit significand) from the ANSI/IEEE-754 standard.

** Installing MPFR on Mac OS X [#e55ad9f8]
To install MPFR on Mac OS X, please use homebrew. (Please install homebrew prior to install MPFP.) In this article, MPFR is installed on Mac OS X Mavericks 10.9.3.

To use the command line of homebrew below, please install MPFR. 
 $ brew install mpfr

To check whether MPFR is installed correctly or not, please use a command of homebrew and examine  a directory. If MPFR is successfully installed, the information and contents are shown as applying the command and examining the directory.

- Apply the command line below
 $ brew info mpfr  
<Code>

- Check the contents of directory of /usr/local/Cellar/mpfr/3.1.2/lib/
<Code>


Front page   New List of pages Search Recent changes   RSS of recent changes