GMP-4.1.3

Introduction to GMP

The GMP package contains a math library. This has useful functions for arbitrary precision arithmetic.

Package information

GMP dependencies

Optional

readline-4.3

Installation of GMP

Install GMP by running the following commands:

./configure --prefix=/usr &&
make &&
make install

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.