Help for this page

Select Code to Download


  1. or download this
    package Math::Interval::Computations;
    ...
    
    *{MIC::} = *{Math::Interval::Computations::};
    1;
    
  2. or download this
    use Math::Interval::Computations;
    my $icObj = MIC->new(...);
    ...