Help for this page

Select Code to Download


  1. or download this
    #
    # Usage:
    ...
        return Math::BigInt->new($m);
      }
    }
    
  2. or download this
        return Math::BigInt->new(factorial($m, $k))->bmul(factorial($k+1,$
    +n));
    
  3. or download this
        return factorial($m, $k) * factorial($k+1, $n);
    
  4. or download this
    #
    # Usage:
    ...
        m
      end
    end