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: a07f3367d7,16f1030bd366bf59 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!d27g2000yqn.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Re: About the F-22 software bug Date: Fri, 5 Feb 2010 08:50:31 -0800 (PST) Organization: http://groups.google.com Message-ID: <59ac140e-8e74-4dee-89b7-8f23c9d95645@d27g2000yqn.googlegroups.com> References: <4b6b15d2$0$929$ba4acef3@news.orange.fr> <4YKdnVFQX_suIPbWnZ2dnUVZ_rednZ2d@earthlink.com> <3050ef55-5dde-40ed-8a8f-a2daf245bf86@k19g2000yqc.googlegroups.com> NNTP-Posting-Host: 79.91.74.217 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1265388631 22572 127.0.0.1 (5 Feb 2010 16:50:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Feb 2010 16:50:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d27g2000yqn.googlegroups.com; posting-host=79.91.74.217; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8908 Date: 2010-02-05T08:50:31-08:00 List-Id: On 5 f=E9v, 11:31, "Dmitry A. Kazakov" wrote: > And shift does not solve the problem anyway, if that existed. The potenti= al > problem is that the angle is not a real number. It could be represented b= y > one, but then the operations like +, -, *, /, =3D, /=3D must be replaced = 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 ?