Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 311 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 311 Bytes

This is financejs wrapped for Meteor. To use, simply declare a new variable like: var finance = new Finance(); and then call the methods on that variable, eg: finance.CAGR(10000, 19500, 3);. All the available calculations can be found on the financejs site.