UNPKG

@balanpmacc/simpleinterest

Version:
6 lines (4 loc) 91 B
function simpleInterest(p, r, t) { return p * r * t; } module.exports = simpleInterest;