./math/aribas, Multi-precision floating point and big integer arithmetic calculator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.63, Package name: aribas-1.63, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 285.097 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2021-04-24 21:36:26 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
aribas: update download link
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2015-11-04 00:33:46 by Alistair G. Crooks | Files touched by this commit (262)
Log message:
Add SHA512 digests for distfiles for math category

Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2012-09-12 01:04:36 by Aleksej Saushev | Files touched by this commit (180)
Log message:
"user-destdir" is default these days
   2009-06-14 20:05:51 by Joerg Sonnenberger | Files touched by this commit (88)
Log message:
Remove @dirrm entries from PLISTs
   2008-06-23 19:55:33 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 1.63
changes:
-direct support for polynomial arithmetic over GF(2)
-for loop can now handle >= 2**32 iterations
-bugfixes