Help for this page

Select Code to Download


  1. or download this
    $fv = sprintf("%1.2f", $dv);
    
  2. or download this
    SELECT * FROM table WHERE abs(float - 0.98) < 0.001;