gmp-4.1.2

Introduction to gmp

The gmp package contains an MP library. This has useful functions for arbitrary precision arithmetic.

Package information

Installation of gmp

Install gmp by running the following commands:

./configure --prefix=/usr --infodir=/usr/share/info  --mandir=/usr/share/man &&
make &&
make install

Command explanations

--infodir=/usr/share/info --mandir=/usr/share/man : These switches set the documentation directory to /usr/share instead of /usr.

Contents

The gmp package contains libgmp libraries.

Description

gmp libraries

libgmp libraries contain the functions to operate on signed integers, rational numbers, and floating point numbers.