Quote (carteblanche @ Oct 5 2013 01:00am)
it's not a bad guess. you are correct that 1 is true and 0 is false, but that function actually tells you 3 states, not just 2. it tells you if it's greater, less than, or equal (positive, negative, or 0 respectively). so in this case 1 doesn't mean equal
I see. Thanks for explaining it. So, is there a simple yes/no function instead of using that one?