bigbinom
v0.0.1
Published
Calculate binomial coefficients with big numbers
Downloads
2
Readme
bigbinom
Calculate binomial coefficients with big numbers
Getting Started
Install the module with: npm install bigbinom
var bigbinom = require('bigbinom');
bigbinom(18, 3); //n = 18, k = 3
Returns an instance of BigNumber
License
Copyright (c) 2014 Ben Sack Licensed under the MIT license.