<div dir="ltr"><div class="im" style="font-family:arial,sans-serif;font-size:13px">On Thu, Oct 10, 2013 at 5:14 AM, Tero Roponen <span dir="ltr"><<a href="mailto:tero.roponen@gmail.com" target="_blank">tero.roponen@gmail.com</a>></span> wrote:<br>

</div><div class="gmail_extra" style="font-family:arial,sans-serif;font-size:13px"><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Testing for y > x is the same as testing for x < y.<br></blockquote><div> </div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

-        if (y > x)<br>+        if (x > y)<br></blockquote><div><snip> </div><div><br></div><div>I thing you forgot to change the signs ;)</div></div></div><div class="gmail_extra"><br></div></div>