Help for this page

Select Code to Download


  1. or download this
    sub _interval {
        my ($min, $max) = ( min(@_), max(@_) );
    ...
    }
    
    Math::Interval::_interval(...)
    
  2. or download this
    sub new {
        my $class = shift;
    ...
    }
    
    Math::Interval->new(...)