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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,211d9e7d66083fa5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-03 03:01:53 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!europa.eng.gtefsd.com!MathWorks.Com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: New to ada. Date: 3 Oct 1994 01:03:33 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <36o3b5$rcj@gnat.cs.nyu.edu> References: <36nmh9$pa9@news.service.uci.edu> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-10-03T01:03:33-04:00 List-Id: All GNAT compilers support integers of 64 bits, and to a somewhat limited extent (basically arithmetic only) up to 128 bits using the so far undocumented :-( entity Standard'Huge_Integer. Of course use of the latter is not likely to be portable to other compilers, it is really intended for internal library use.