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,adae59c490f0bfb1 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: Very Large Interger Date: 1999/02/18 Message-ID: <36CB6ED2.FB55F7CD@Maths.UniNe.CH>#1/1 X-Deja-AN: 445537857 Content-Transfer-Encoding: 7bit References: <7afjvb$if5$1@sirius.aero.und.edu> To: "news.aero.und.edu" Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-18T00:00:00+00:00 List-Id: > Does anyone know of a package that allows for Integers Larger then > Long_Long_Integers? > They seem to be limited to 64 bits and I need in the range of 128 or 256 > bits. Ideally it would be nice to have a package that could handle any > sized integer. There is GMP (GNU multi-precision) - http://www.matematik.su.se/~tege/gmp/ Seems to be one of the best. It's in C so there is a translation / interfacing to do... (in a future life I'll translate it) -- Gautier