jsfinancial
v1.0.4
Published
Library for financial calculations
Downloads
2
Maintainers
Readme
jsfinancial
import { Finance } from 'jsfinancial'
let cal = new Finance();
// To calculate EMI
cal.EMI(1000000, 10 / 12, 12 * 5);
// => 21247.04
Contributing
Contributions are welcome
To Do
- Grow library by adding more function