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