Help for this page

Select Code to Download


  1. or download this
    if (abs($x - $y) <= $tolerance) {
      print "$x and $y are 'equal'";
    }