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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7a4c5d22669609bf X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!e23g2000prf.googlegroups.com!not-for-mail From: axtens Newsgroups: comp.lang.ada Subject: Re: ObjectAda and Long_Long_Float Date: Wed, 5 Dec 2007 05:12:04 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 59.100.219.85 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1196860324 17366 127.0.0.1 (5 Dec 2007 13:12:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 5 Dec 2007 13:12:04 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e23g2000prf.googlegroups.com; posting-host=59.100.219.85; posting-account=1W9SuAoAAAApKJ8N7QNszANYOyWIVzjG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:18727 Date: 2007-12-05T05:12:04-08:00 List-Id: G'day everyone, In Dmitry Kazakov's Intervals package, he was a file, Float_Intervals.ads which contains: with Intervals.Floats; package Float_Intervals is new Intervals.Floats (Float); Today I put Long_Float in between the parentheses instead of Float, tweaked a few things in my project and now I've got better precision. If I want to increase the precision, what else can in put in there? "digits 36"? Kind regards, Bruce.