UNPKG

choose

Version:

compute the binomial coefficients, `n C k`

35 lines (34 loc) 796 B
{ "name" : "choose", "version" : "0.0.0", "description" : "compute the binomial coefficients, `n C k`", "main" : "index.js", "directories" : { "example" : "example", "test" : "test" }, "devDependencies" : { "tap" : "~0.3.0" }, "scripts" : { "test" : "tap test/*.js" }, "repository" : { "type" : "git", "url" : "git://github.com/substack/node-choose.git" }, "homepage" : "https://github.com/substack/node-choose", "keywords" : [ "binomial", "coefficient", "theorem", "choose", "pascal" ], "author" : { "name" : "James Halliday", "email" : "mail@substack.net", "url" : "http://substack.net" }, "license" : "MIT" }