Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print "$x $cmp $y\n";
    }
    
  2. or download this
    0.2000000000000001 differs from 0.20000000000000011
    0.3000000000000001 is the same as 0.30000000000000011
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
        print "$x $cmp $y\n";
    }