This package browser is in early development. Mind the rough edges.

gmp 6.0.0a

Multiple-precision arithmetic library

The GMP library performs arbitrary-precision arithmetic on signed integers, rational numbers and floating point numbers. The precision is only limited by the available memory. The library is highly optimized, with a design focus on execution speed. It is aimed at use in, for example, cryptography and computational algebra.

Installation

Install gmp 6.0.0a as follows:

guix install gmp@6.0.0a

Or install the latest version:

guix install gmp

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.