sutoiku / formula.js

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

Fixed issue #40: BETADIST function does not work correctly. #41

Closed 0x333333 closed 8 years ago

0x333333 commented 9 years ago

Issue:

Following latest MS Excel documentation: BETA.DIST will take at least four arguments.

Solution:

Added argument checks in function BETA.DIST(). More tests are also added.

0x333333 commented 8 years ago

Thanks @jalateras !