Thread: How to code?
View Single Post
  #1495 (permalink)  
Old 12-11-2008, 01:38 AM
fercan fercan is offline
Member
 
Join Date: Aug 2008
Posts: 36
fercan is on a distinguished road
Quote:
Originally Posted by mladen View Post
try this (I am assuming that c is >= 0)
PHP Code:
trade = (MathAbs(a-b) <= c); 
regards
mladen
thank you.. i was looking for something like this before.. thanks..
Reply With Quote