Skip to content

Latest commit

 

History

History
 
 

EMI_Calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

EMI CALCULATOR (HOME LOAN)

Built using :

  • Html
  • Css
  • Javascript

Formula used :


EMI = (P * r * (1 + r)^n)/ (((1 + r)^n) - 1)
where r is rate/(12*100)



Before Computation:

SS1



After Computation:

SS2



Functionalities :

  • Calculates EMI for home loan for values entered by the user.
  • Can be used as a browser extension after minor modifications.