Recent Changes - Search:

edit SideBar

GNU arbitrary precision library

Description

The gmp package contains GNU MP, a library for arbitrary precision arithmetic, signed integers operations, rational numbers and floating point numbers. GNU MP is designed for speed, for both small and very large operands. GNU MP is fast because it uses fullwords as the basic arithmetic type, it uses fast algorithms, it carefully optimizes assembly code for many CPUs' most common inner loops, and it generally emphasizes speed over simplicity/elegance in its operations.

Install the gmp package if you need a fast arbitrary precision library.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "xlc -q64" or "gcc -maix64".

Homepage: http://gmplib.org/

Current version: v6.0.0a-1

Downloads

RPMs:

Source RPM:

Package dependencies:


Older version

RPMs:

Source RPM:

Package dependencies:


Older version

RPMs:

Source RPM:

Package dependencies:


Even older version

RPMs:

Source RPM:

Package dependencies:


Even older version

RPMs:

Source RPM:

Package dependencies:


All versions

Edit - History - Print - Recent Changes - Search
Page last modified on October 19, 2014, at 12:57 AM