Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 225 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 225 Bytes

emi-calc

This repo is contain code related to Emi calculator

Calculation formula

 L = Loan Amount
 I = Interest Rate Per Month 
 N = Loan Period in Months
 EMI  = (Loan * I) * ((1 + I)^N) / ((1 + I)^N) - 1))