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,38064b40418e66c2 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder3.cambrium.nl!feeder5.cambrium.nl!feed.tweaknews.nl!68.142.88.75.MISMATCH!hwmnpeer01.ams!news.highwinds-media.com!news.astraweb.com!border2.a.newsrouter.astraweb.com!news.netcologne.de!newsfeed-fusi2.netcologne.de!newsfeed01.chello.at!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Tue, 04 Dec 2007 10:31:07 +0100 From: Georg Bauhaus User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Question about Float References: <87hcj0xerd.fsf@ludovic-brenta.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <47551e62$0$13107$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 04 Dec 2007 10:31:14 CET NNTP-Posting-Host: 5bafe5e7.newsspool2.arcor-online.net X-Trace: DXC=5RHnRV5Jo4XYI9]OHn9o5^A9EHlD;3YcR4Fo<]lROoRQ4nDHegD_]RU3HHfTPlaURPA:ho7QcPOVSGnnmKiT>WVZnn]4U]H7\3Q X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:18705 Date: 2007-12-04T10:31:14+01:00 List-Id: Martin wrote: > Surely you mean " Define your own floating-point type such that its > accuracy requirements are met"? e.g. > When interfacing to VB, the accuracy is usually determined by "Get Something Done 'Quickly, easy to use, no useless complexity"; a most likely issue is being able to choose either one of the two (yes, two) floating point data types. You find the two FPT types used in SQL-RDB tables and almost everywhere else. There has to be a good, affordable reason to put more effort into FPT. Not much use for more accuracy in a VB programming setting, or when accuracy-aware computing can be outsourced to the Ada programmer.