Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: if logic OR parentheses problem

by papidave (Pilgrim)
on Oct 26, 2007 at 15:53 UTC ( [id://647417]=note: print w/replies, xml ) Need Help??


in reply to if logic OR parentheses problem

Others have already discussed the logic for the input values you present at the beginning. I'm more concerned about the general functionality of your code. To be specific, did you really mean to exclude the case where the difference values are equal to 1 from your logic? For those boundary conditions, all of the expressions will fail, because 1 is neither less than nor greater than 1.

If your /[abc]to[abc]/ vars are intended to describe absolute distances, I would recommend going with the abs() value as previously recommended, then using >=1 or <=1 for one of the two cases. You probably haven't seen it yet if your data is really real, but it could burn you in the future.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://647417]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-26 05:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found