Help for this page

Select Code to Download


  1. or download this
    use bigrat;
    
    ...
    
    ($j) = ($i .. $i);
    print("j: ", ref($j), "\n");
    
  2. or download this
    i: Math::BigInt
    j:
    
  3. or download this
    use bigrat;
    
    ...
       }
       print "n = $n, s = $s\n";
    }
    
  4. or download this
    $x = Math::BigRat->new($x);