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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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!news3.google.com!feeder.news-service.com!ecngs!feeder.ecngs.de!news.osn.de!diablo2.news.osn.de!news.belwue.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: About the F-22 software bug Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH 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> Date: Fri, 5 Feb 2010 19:19:48 +0100 Message-ID: NNTP-Posting-Date: 05 Feb 2010 19:19:41 CET NNTP-Posting-Host: 7982dc39.newsspool2.arcor-online.net X-Trace: DXC=n?fn>L4X3SB@k=MdN::NBIA9EHlD;3YcB4Fo<]lROoRA8kF On Fri, 5 Feb 2010 08:50:31 -0800 (PST), Hibou57 (Yannick Duch�ne) wrote: > On 5 f�v, 11:31, "Dmitry A. Kazakov" > wrote: >> And shift does not solve the problem anyway, if that existed. The potential >> problem is that the angle is not a real number. It could be represented by >> one, but then the operations like +, -, *, /, =, /= must be replaced and >> ones like <, >, <=, >= disallowed. > > I would have thought for reals, operations like +, -, *, /, <, >, /= > changed and =, <=, >= disallowed > Is there something I don't understand ? You can compare angles, but cannot order them, at least while keeping transitivity of ">": a > b /\ b > c => a > c Also a combination of operations like yours is impossible: a /= b <=> not (a = b) through the law of excluded middle (if not in the intuitionistic logic). Then: a > b \/ a = b <=> a >= b So ">" and "/=" would carry the rest with. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de