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,start X-Google-Attributes: gid103376,public From: "news.aero.und.edu" Subject: Very Large Interger Date: 1999/02/17 Message-ID: <7afjvb$if5$1@sirius.aero.und.edu>#1/1 X-Deja-AN: 445508545 Organization: University of North Dakota; Grand Forks X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada Date: 1999-02-17T00: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. thanks Joe Stevens