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