sutoiku / formula.js

JavaScript implementation of most Microsoft Excel formula functions
Other
2.14k stars 293 forks source link

NEGBINOM #23

Closed jtin closed 10 years ago

jtin commented 10 years ago

First off, really nice work!

The website says

JavaScript implementation of all functions supported by Microsoft Excel

But I don't find NEGBINOM.DIST or NEGBINOMDIST anywhere in the sections. I would have expected it to be here: http://www.stoic.com/pages/formula?type=statistical

0x333333 commented 10 years ago

@jtin Thanks! In fact NEGBINOMDIST has been implemented here, https://github.com/sutoiku/formula.js/blob/96fa1fe7f2148a5de75852e6a2c5eb5878479c0b/lib/formula.js#L4702 .

We didn't put all functions in this page, http://www.stoic.com/pages/formula?type=statistical.

jtin commented 10 years ago

Thanks for clarifying!