emi_calculator library
Classes
Functions
-
amortizationSchedule(
double principal, double annualInterestRate, int tenureMonths) → List< EmiPayment> - Generates amortization schedule
-
calculateEmi(
double principal, double annualInterestRate, int tenureMonths) → double - Calculates EMI (Equated Monthly Installment).
-
totalInterestPaid(
double principal, double rate, int months) → double -
totalPayment(
double principal, double rate, int months) → double