Help for this page

Select Code to Download


  1. or download this
    
    $x = 114.99999999999999;
    print $x, "\n";
    print int($x), "\n";
    
  2. or download this
    
    115
    114