Help for this page

Select Code to Download


  1. or download this
        $array[$i][1] = $array[$i-1][1] + 0.2;
    
  2. or download this
        $array[$i][1] = sprintf '%.2f', $array[$i-1][1] + 0.2;