diff options
author | ade <ade@FreeBSD.org> | 2001-06-05 13:22:15 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-05 13:22:15 +0800 |
commit | 6b39b04982c536b1fbfe1d9799a0adb3df8d81c9 (patch) | |
tree | 949dc9748a7d034a7f94ce7e10bb68510a5037cd /math/libgmp4/pkg-descr | |
parent | 98468b0b61077dd1f199b2a564ff1bc4bef5a853 (diff) | |
download | freebsd-ports-gnome-6b39b04982c536b1fbfe1d9799a0adb3df8d81c9.tar.gz freebsd-ports-gnome-6b39b04982c536b1fbfe1d9799a0adb3df8d81c9.tar.zst freebsd-ports-gnome-6b39b04982c536b1fbfe1d9799a0adb3df8d81c9.zip |
Add math/libgmp3, version 3.1.1 of the GNU arbitrary precision arithmetic
library.
PR: 24268 and 24855
Submitted by: ijliao@terry.dragon2.net and kargl@apl.washington.edu
Diffstat (limited to 'math/libgmp4/pkg-descr')
-rw-r--r-- | math/libgmp4/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/math/libgmp4/pkg-descr b/math/libgmp4/pkg-descr new file mode 100644 index 000000000000..58b733c9b7b6 --- /dev/null +++ b/math/libgmp4/pkg-descr @@ -0,0 +1,22 @@ +GMP is a free library for arbitrary precision arithmetic, operating +on signed integers, rational numbers, and floating point numbers. +There is no limit to the precision except the ones implied by the +available memory in the machine GMP runs on. GMP has a rich set of +functions, and the functions have a regular interface. + +GMP is designed to be as fast as possible, both for small operands +and for huge operands. The speed is achieved by using fullwords as +the basic arithmetic type, by using fast algorithms, with carefully +optimized assembly code for the most common inner loops for a lot of +CPUs, and by a general emphasis on speed (instead of simplicity or +elegance). + +GMP is believed to be faster than any other similar library. The +advantage for GMP increases with the operand sizes for certain +operations, since GMP in many cases has asymptotically faster +algorithms. + +WWW: http://www.swox.com/gmp/ + +-- Ying-Chieh Liao + ijliao@csie.nctu.edu.tw |