summaryrefslogtreecommitdiff
path: root/math/aribas/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'math/aribas/DESCR')
-rw-r--r--math/aribas/DESCR13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/aribas/DESCR b/math/aribas/DESCR
deleted file mode 100644
index a614956871f..00000000000
--- a/math/aribas/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-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.