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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,67d995bf9f62ea45 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!r27g2000yqb.googlegroups.com!not-for-mail From: jonathan Newsgroups: comp.lang.ada Subject: Re: matrix package with Ada Date: Tue, 27 Jul 2010 15:40:55 -0700 (PDT) Organization: http://groups.google.com Message-ID: <79ddb57f-4df8-417b-a1fd-d00660112a6a@r27g2000yqb.googlegroups.com> References: <7594c659-3d67-427d-9c0e-10531d979fa0@e30g2000vbl.googlegroups.com> NNTP-Posting-Host: 143.117.23.233 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1280270455 8777 127.0.0.1 (27 Jul 2010 22:40:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 27 Jul 2010 22:40:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r27g2000yqb.googlegroups.com; posting-host=143.117.23.233; posting-account=Jzt5lQoAAAB4PhTgRLOPGuTLd_K1LY-C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.19) Gecko/2010062510 Iceweasel/3.0.6 (Debian-3.0.6-3),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12619 Date: 2010-07-27T15:40:55-07:00 List-Id: > Wherever you find =A0 2.0**( -23) =A0 in the code, it should be replaced > with Acc_Init, where > > =A0 Acc_Init : constant Real :=3D Real'Epsilon * 2.0**(-3); Actually, it appears as 2.0 **( - 23 ) in the code, (so searching for 23 works).