1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/gmp/gmp.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] The GNU MP (multiple precision arithmetic) library
15 [T] GNU MP is a library for arbitrary precision arithmetic, operating on signed
16 [T] integers, rational numbers, and floating point numbers. It has a rich set
17 [T] of functions, and the functions have a regular interface.
19 [T] GNU MP is designed to be as fast as possible, both for small operands and
20 [T] for huge operands. The speed is achieved by using fullwords as the basic
21 [T] arithmetic type, by using fast algorithms, by carefully optimized assembly
22 [T] code for the most common inner loops for a lots of CPUs, and by a general
23 [T] emphasis on speed (instead of simplicity or elegance).
25 [T] The speed of GNU MP is believed to be faster than any other similar library.
26 [T] The advantage for GNU MP increases with the operand sizes for certain
27 [T] operations, since GNU MP in many cases has asymptotically faster algorithms.
29 [U] http://gmplib.org/
32 [M] Rene Rebe <rene@t2-project.org>
40 [P] X 0-2--5---9 102.100
42 [D] 77e56097843aa595e6cc14b7a7de4187d3c7ee608298c0ae5fb86d21 gmp-6.2.1.tar.bz2 ftp://ftp.gnu.org/pub/gnu/gmp/