binomial
Version:
A simple binomial coefficient generator with memoization.
26 lines (25 loc) • 529 B
JSON
{
"name": "binomial",
"version": "0.2.0",
"author": "pboyer <peter.b.boyer@gmail.com>",
"description": "A simple binomial coefficient generator with memoization.",
"repository": {
"type": "git",
"url": "https://github.com/pboyer/binomial.js.git"
},
"keywords": [
"binomial",
"math",
"coefficient",
"choose"
],
"main": "src/binomial.js",
"dependencies": {},
"devDependencies": {
"benchmark": "*",
"mocha": "*",
"should": "*",
"binomial": "*"
},
"license": "MIT"
}