UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

9 lines (5 loc) 140 B
var factorial = require("./factorial.js"); module.exports = function (n, r) { // n choose r return factorial(n)/factorial(n - r); };