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 Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!news-peer0-test!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada Subject: Re: What about big integers in Ada 2005? Date: Tue, 4 Oct 2005 16:52:39 +0000 (UTC) Organization: BT Openworld Message-ID: References: <1581461.uQ1jN63t33@linux1.krischik.com> <5mo0f.529$B14.97@newssvr11.news.prodigy.com> <1x4pe4pv41qsn$.m5c5jawjqcpq.dlg@40tude.net> <1Jv0f.453$ht7.299@newssvr21.news.prodigy.com> NNTP-Posting-Host: host86-131-222-95.range86-131.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com 1128444759 23536 86.131.222.95 (4 Oct 2005 16:52:39 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Tue, 4 Oct 2005 16:52:39 +0000 (UTC) In-Reply-To: X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Xref: g2news1.google.com comp.lang.ada:5380 Date: 2005-10-04T16:52:39+00:00 List-Id: Robert A Duff wrote: > writes: > > >>We are in agreement on this. It can be done with a home-grown package, >>but having implemented a partial version of it, I can say it is not a trivial >>thing to do in Ada. > > > True. The only really hard one is division -- it takes a couple hundred > lines of arcane code. But you can copy the algorithms out of Knuth. > > Anyway, why not use the GNAT compiler's version? Coz these days its GPL! :->