aboutsummaryrefslogtreecommitdiffstats
path: root/math/aribas/pkg-descr
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-06-20 22:04:09 +0800
committermiwi <miwi@FreeBSD.org>2007-06-20 22:04:09 +0800
commit42c77551a1e8dd2151f7722751aa64c261e5c676 (patch)
tree0e9ad3b42a004b3d512a88235de866d0bbc8dd81 /math/aribas/pkg-descr
parent88f0b11e22a8fd383fd93fa3c591a3f6ac21c3da (diff)
downloadfreebsd-ports-gnome-42c77551a1e8dd2151f7722751aa64c261e5c676.tar.gz
freebsd-ports-gnome-42c77551a1e8dd2151f7722751aa64c261e5c676.tar.zst
freebsd-ports-gnome-42c77551a1e8dd2151f7722751aa64c261e5c676.zip
ARIBAS is an interactive interpreter for big integer arithmetic and
multi-precision floating point arithmetic with a Pascal/Modula like syntax. It has several builtin functions for algorithmic number theory like gcd, Jacobi symbol, Rabin probabilistic prime test, continued fraction and quadratic sieve factorization, Pollard rho factorization, etc. WWW: http://www.mathematik.uni-muenchen.de/~forster/sw/adownload.html PR: ports/113862 Submitted by: Lars Engels <lars.engels at 0x20.net>
Diffstat (limited to 'math/aribas/pkg-descr')
-rw-r--r--math/aribas/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/aribas/pkg-descr b/math/aribas/pkg-descr
new file mode 100644
index 000000000000..b09080936d36
--- /dev/null
+++ b/math/aribas/pkg-descr
@@ -0,0 +1,8 @@
+ARIBAS is an interactive interpreter for big integer arithmetic and
+multi-precision floating point arithmetic with a Pascal/Modula like
+syntax. It has several builtin functions for algorithmic number
+theory like gcd, Jacobi symbol, Rabin probabilistic prime test,
+continued fraction and quadratic sieve factorization, Pollard rho
+factorization, etc.
+
+WWW: http://www.mathematik.uni-muenchen.de/~forster/sw/adownload.html