summaryrefslogtreecommitdiff
path: root/math/aribas/patches
AgeCommit message (Collapse)AuthorFilesLines
2008-06-23update to 1.63drochner1-8/+8
changes: -direct support for polynomial arithmetic over GF(2) -for loop can now handle >= 2**32 iterations -bugfixes
2003-08-30Update to version 1.40.jtb1-4/+4
V1.30 (March 2002) to V1.40 (June 2003) - simultaneous assignments (x1,x2,...,xn) := (a1,a2,...,an) - new functions divide, bit_count, set_workdir, get_workdir, gmtime, stack2string, stack_arraypush, string_scan, realloc, binsearch - some bug fixes (regarding qs_factorize and handling of special variable and value arguments in user defined functions)
2002-07-17Update the patch to match the new Makefile in version 1.30agc1-7/+7
2001-01-28Updated Aribas to version 1.20.jtb1-9/+28
Changes from former versions of ARIBAS to the present version: V1.14 (April 1999) to V1.20 (Jan. 2001) - floating point precision can be set up to 4096 bits (over 1200 decimal places); former limit was 192 bits - bugfix in function mem_byteswap() - make_unbound(user) unbinds all user defined functions - new function max_intsize(); returns maximal number of decimal places of an integer
2000-11-25Initial import of new "aribas" package:jtb1-0/+23
Multi-precision floating point and big integer arithmetic calculator