Help for this page

Select Code to Download


  1. or download this
    $x = 1742-1e-12;
    $y = 0;
    ...
      ( $x + $y >= $z ? 'true' : 'false', "\n";
    __END__
    1742 + 0 >= 1742 is false
    
  2. or download this
    sub round {
      my $number    = shift;
    ...
      ( $x + $y >= $z ? 'true' : 'false', "\n";
    __END__
    1742 + 0 >= 1742 is true