From 7eed43a76b0fe15ccf28d37cb88b0744bbe2dca7 Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 25 Nov 2000 19:56:25 +0000 Subject: Initial import of new "aribas" package: Multi-precision floating point and big integer arithmetic calculator --- math/aribas/pkg/COMMENT | 1 + math/aribas/pkg/DESCR | 13 +++++++++++++ math/aribas/pkg/PLIST | 12 ++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 math/aribas/pkg/COMMENT create mode 100644 math/aribas/pkg/DESCR create mode 100644 math/aribas/pkg/PLIST (limited to 'math/aribas/pkg') diff --git a/math/aribas/pkg/COMMENT b/math/aribas/pkg/COMMENT new file mode 100644 index 00000000000..ff53fbed3ec --- /dev/null +++ b/math/aribas/pkg/COMMENT @@ -0,0 +1 @@ +Multi-precision floating point and big integer arithmetic calculator diff --git a/math/aribas/pkg/DESCR b/math/aribas/pkg/DESCR new file mode 100644 index 00000000000..a614956871f --- /dev/null +++ b/math/aribas/pkg/DESCR @@ -0,0 +1,13 @@ +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, +factorization algorithms (Pollard rho, continued fraction, +quadratic sieve), etc. + +ARIBAS is used for the examples of number theoretic algorithms in the book +Algorithmische Zahlentheorie by O. Forster. + +A GNU Emacs mode is also included. + +ARIBAS is distributed under the terms of the GNU General Public License. diff --git a/math/aribas/pkg/PLIST b/math/aribas/pkg/PLIST new file mode 100644 index 00000000000..1ec63e9355e --- /dev/null +++ b/math/aribas/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/25 19:56:25 jtb Exp $ +bin/aribas +share/doc/aribas/aribas.doc +share/doc/aribas/aribas.tut +share/emacs/site-lisp/aribas.el +share/examples/aribas/README +share/examples/aribas/factor.ari +share/examples/aribas/pi.ari +share/examples/aribas/queens.ari +@unexec rmdir share/emacs/site-lisp 2>/dev/null || true +@dirrm share/examples/aribas +@dirrm share/doc/aribas -- cgit v1.2.3