Help for this page

Select Code to Download


  1. or download this
    if (sprintf("%.1f", $x1) == sprintf("%.1f",$x2)) {
     print "SAME\n";
    } else {
     print "NOT SAME\n";
    }