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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,245c84afd1e393ce X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada Subject: Re: What about big integers in Ada 2005? References: <1581461.uQ1jN63t33@linux1.krischik.com> <1614932.bCcW5lLfee@linux1.krischik.com> From: Brian May Date: Sun, 02 Oct 2005 20:52:20 +1000 Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:aU+7my9E9h4sYMkvZL/49jDCN+U= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: snoopy.microcomaustralia.com.au X-Trace: news.melbourne.pipenetworks.com 1128250506 202.173.153.89 (2 Oct 2005 20:55:06 +1000) X-Complaints-To: abuse@pipenetworks.com X-Abuse-Info: Please forward all headers to enable your complaint to be properly processed. Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeeds.ihug.co.nz!ihug.co.nz!news.xtra.co.nz!news-south.connect.com.au!duster.adelaide.on.net!news.melbourne.pipenetworks.com!not-for-mail Xref: g2news1.google.com comp.lang.ada:5338 Date: 2005-10-02T20:52:20+10:00 List-Id: >>>>> "Martin" == Martin Krischik writes: Martin> type Integer_64 is range -2 ** 63 .. 2 ** 63 - 1; for Martin> Integer_64'Size use 64; [...] Martin> type Unsigned_64 is mod 2 ** 64; for Unsigned_64'Size Martin> use 64; Yes, looks like it. I thought so.... Thanks for the confirmation. Now I just need to convince my client to pay to rewrite the project using Ada ;-). Yes, I know, I am dreaming. -- Brian May