1 [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 [COPY] Filename: package/.../gmp/gmp.desc
5 [COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
6 [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
7 [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
9 [COPY] More information can be found in the files COPYING and README.
11 [COPY] This program is free software; you can redistribute it and/or modify
12 [COPY] it under the terms of the GNU General Public License as published by
13 [COPY] the Free Software Foundation; version 2 of the License. A copy of the
14 [COPY] GNU General Public License can be found in the file COPYING.
15 [COPY] --- SDE-COPYRIGHT-NOTE-END ---
17 [I] The GNU MP (multiple precision arithmetic) library
19 [T] GNU MP is a library for arbitrary precision arithmetic, operating on signed
20 [T] integers, rational numbers, and floating point numbers. It has a rich set
21 [T] of functions, and the functions have a regular interface.
23 [T] GNU MP is designed to be as fast as possible, both for small operands and
24 [T] for huge operands. The speed is achieved by using fullwords as the basic
25 [T] arithmetic type, by using fast algorithms, by carefully optimized assembly
26 [T] code for the most common inner loops for a lots of CPUs, and by a general
27 [T] emphasis on speed (instead of simplicity or elegance).
29 [T] The speed of GNU MP is believed to be faster than any other similar library.
30 [T] The advantage for GNU MP increases with the operand sizes for certain
31 [T] operations, since GNU MP in many cases has asymptotically faster algorithms.
33 [U] http://www.swox.com/gmp/
36 [M] Christian Wiese <morfoh@opensde.org>
45 [P] X --2--5---9 102.200
47 [D] 1816435636 gmp-4.2.2.tar.gz ftp://ftp.gnu.org/pub/gnu/gmp/