Tweak math/geg version 1.0.2_7
[dports.git] / math / gmp / pkg-descr
1 GMP is a free library for arbitrary precision arithmetic, operating
2 on signed integers, rational numbers, and floating point numbers.
3 There is no limit to the precision except the ones implied by the
4 available memory in the machine GMP runs on. GMP has a rich set of
5 functions, and the functions have a regular interface. 
6
7 GMP is designed to be as fast as possible, both for small operands
8 and for huge operands. The speed is achieved by using fullwords as
9 the basic arithmetic type, by using fast algorithms, with carefully
10 optimized assembly code for the most common inner loops for a lot of
11 CPUs, and by a general emphasis on speed (instead of simplicity or
12 elegance). 
13
14 GMP is believed to be faster than any other similar library. The
15 advantage for GMP increases with the operand sizes for certain
16 operations, since GMP in many cases has asymptotically faster
17 algorithms. 
18
19 WWW: http://gmplib.org/