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: a07f3367d7,16f1030bd366bf59 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!r24g2000yqd.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: About the F-22 software bug Date: Sat, 6 Feb 2010 01:28:56 -0800 (PST) Organization: http://groups.google.com Message-ID: <7e6ceef0-7f7e-4463-ae99-11749ee2e717@r24g2000yqd.googlegroups.com> References: <4b6b15d2$0$929$ba4acef3@news.orange.fr> <4YKdnVFQX_suIPbWnZ2dnUVZ_rednZ2d@earthlink.com> <3050ef55-5dde-40ed-8a8f-a2daf245bf86@k19g2000yqc.googlegroups.com> <59ac140e-8e74-4dee-89b7-8f23c9d95645@d27g2000yqn.googlegroups.com> NNTP-Posting-Host: 86.167.29.176 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1265448536 6428 127.0.0.1 (6 Feb 2010 09:28:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 6 Feb 2010 09:28:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r24g2000yqd.googlegroups.com; posting-host=86.167.29.176; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.0.10, Ant.com Toolbar 1.3,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8934 Date: 2010-02-06T01:28:56-08:00 List-Id: On Feb 5, 4:50=A0pm, Hibou57 (Yannick Duch=EAne) wrote: > On 5 f=E9v, 11:31, "Dmitry A. Kazakov" > wrote: > > > And shift does not solve the problem anyway, if that existed. The poten= tial > > problem is that the angle is not a real number. It could be represented= by > > one, but then the operations like +, -, *, /, =3D, /=3D must be replace= d and > > ones like <, >, <=3D, >=3D disallowed. > > I would have thought for reals, operations like +, -, *, /, <, >, /=3D > changed and =3D, <=3D, >=3D disallowed > Is there something I don't understand ? Longitude is cyclical - < and > only 'work' if there is a hard-stop at each end. You can make up some rules that might work for a project, e.g. 2 points are only ever compared using the shortest route between them (and not the route that goes [almost] round the earth!) but it isn't really an honest abstraction. Cheers -- Martin