bigbinom

0.0.1 • Public • Published

bigbinom Build Status

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.

Readme

Keywords

none

Package Sidebar

Install

npm i bigbinom

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • sackio