comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: About the F-22 software bug
Date: Fri, 5 Feb 2010 19:19:48 +0100
Date: 2010-02-05T19:19:41+01:00	[thread overview]
Message-ID: <yafx3taob3uf.9psbn7athkss$.dlg@40tude.net> (raw)
In-Reply-To: 59ac140e-8e74-4dee-89b7-8f23c9d95645@d27g2000yqn.googlegroups.com

On Fri, 5 Feb 2010 08:50:31 -0800 (PST), Hibou57 (Yannick Duch�ne) wrote:

> On 5 f�v, 11:31, "Dmitry A. Kazakov" <mail...@dmitry-kazakov.de>
> 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



  reply	other threads:[~2010-02-05 18:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-04 18:46 About the F-22 software bug Pascal Obry
     [not found] ` <4YKdnVFQX_suIPbWnZ2dnUVZ_rednZ2d@earthlink.com>
2010-02-05  6:51   ` Hibou57 (Yannick Duchêne)
2010-02-05  8:30   ` Martin
2010-02-05  8:52     ` Ludovic Brenta
2010-02-05  9:02       ` Martin
2010-02-05 10:31         ` Dmitry A. Kazakov
2010-02-05 11:18           ` Martin
2010-02-05 16:50           ` Hibou57 (Yannick Duchêne)
2010-02-05 18:19             ` Dmitry A. Kazakov [this message]
2010-02-06  9:28             ` Martin
2010-02-05 23:39         ` Phil Clayton
2010-02-06 12:12           ` sjw
2010-02-07 10:11             ` Martin
2010-02-06 15:30 ` jonathan
2010-02-06 16:35   ` Pascal Obry
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox