google.com, pub-3052420416507494, DIRECT, f08c47fec0942fa0

Calculator

const monthlyRate = annualRate / 100 / 12; const months = years * 12;const futureValue = sip * ((Math.pow(1 + monthlyRate, months) – 1) / monthlyRate) * (1 + monthlyRate);const futureValue = principal * Math.pow(1 + annualRate / 100, years);