View Single Post
Old Jan 1st, 2007, 11:42 PM   #5
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 909
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Well, just simplify the statement:

!(a <= 0) || !(a >= 0)
a > 0 || a < 0
a != 0

Hence, 0 would fit that description.
titaniumdecoy is offline   Reply With Quote