Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    printf( "\$ub = %.23f\n", $ub );
    print "\$lb == \$ub ", $lb == $ub ? 'true' : 'false', "\n";
    print "\$changed = $changed\n";
    
  2. or download this
    P:\>fround
    $mode = 0
    ...
    $ub = 0.33333333333333337000000
    $lb == $ub false
    $changed = 0