From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,85bbd62d53ac2618,start X-Google-Attributes: gid103376,public From: Gautier Subject: Tonight's multiprecision... Date: 1999/11/23 Message-ID: <383B1743.873EE51@maths.unine.ch>#1/1 X-Deja-AN: 552257896 Content-Transfer-Encoding: 7bit To: Gisle =?iso-8859-1?Q?S=E6lensminde?= X-Accept-Language: en Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-23T00:00:00+00:00 List-Id: It's not a joke: a second multiprecision library for Ada in a single day (in some time zones at least...) ! The present library does not pretend for speed or wide feature spectrum. In a sense, it could be a complement to Ada-GMP ( mainly for tests and tuning - note for Gisle :-) ). It fulfills a special and urgent requirement for a completely standalone multiprecision integer library, that arose one week ago in the numerical algebra group in this department. It has to compile on Compaq Ada for Alpha processor, so it is a pure Ada 83 package. It has also been tested on GNAT (Intel x86). To install it, unzip the multi001.zip archive ( http://members.xoom.com/gnatlist/multi001.zip ftp://ftp.unine.ch/incoming/gautier/multi001.zip ) and build `test_int' (gnatmake test_int or equivalent command). NB: despite all the tests, it is (still!) not guaranteed as bug-free. Comments and reports are welcome! -- Gautier _____\\________________\_______\ http://members.xoom.com/gdemont/