Help for this page

Select Code to Download


  1. or download this
    
    use Search::Binary;
    ...
        my $z = $f{$xF->($x),$yF->($y)};
        print "( $x $y ) -> $z\n";
    }
    
  2. or download this
    
    use Number::Interval;
    ...
    
        print "( $x $y ) -> $z\n";
    }