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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.17.13 with SMTP id 13mr14645itf.34.1489741658842; Fri, 17 Mar 2017 02:07:38 -0700 (PDT) X-Received: by 10.157.82.47 with SMTP id e47mr1525331oth.18.1489741658370; Fri, 17 Mar 2017 02:07:38 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!w124no3756112itb.0!news-out.google.com!m191ni1122itc.0!nntp.google.com!w124no3756106itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 17 Mar 2017 02:07:37 -0700 (PDT) In-Reply-To: <54c1f128-2929-48a1-930f-6c3b037d23c2@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.115.177.251; posting-account=P04rJQoAAAAcZ1eXXrg_e5YPG0xhsQtg NNTP-Posting-Host: 90.115.177.251 References: <58caf63b$0$24793$426a74cc@news.free.fr> <54c1f128-2929-48a1-930f-6c3b037d23c2@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6a8b0f95-ab79-4e47-b6e9-2cca27e0e45d@googlegroups.com> Subject: Re: [Spark] Proving GCD From: =?UTF-8?B?RnLDqWTDqXJpYyBQUkFDQQ==?= Injection-Date: Fri, 17 Mar 2017 09:07:38 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:46407 Date: 2017-03-17T02:07:37-07:00 List-Id: Le vendredi 17 mars 2017 02:20:43 UTC+1, Brian Kolden a =C3=A9crit=C2=A0: > The gcd'Result <=3D A will fail if A =3D 0 and B =3D 1, I think. I can't = verify that at the moment, but I'm fairly confident it will be false. Arf !! You're right, this one is obviously wrong but even if I remove this = part of the post conditon, I get the same message.