formula-pmt
v1.0.1
Published
PMT function
Downloads
6,181
Readme
pmt
Calculate loan payment
Syntax
PMT(rate, periods, present, future = 0, type = 0)
Install
npm install --save formula-pmt
Usage
var pmt = require('formula-pmt');
// 100K at 5% for 360 periods
pmt( 0.05 / 12, 360, 100000 )