Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
150 stars 397 forks source link

[Feature] Add CAGR (Compound Annual Growth Rate) Calculator #1260

Closed Skb08 closed 2 months ago

Skb08 commented 3 months ago

Description

What is CAGR? CAGR (Compound Annual Growth Rate) measures your investments' average annual growth over a given period. It shows you the average rate of return on your investments over a year. CAGR is a helpful tool for investors because it precisely measures investment growth (or decline) over time.

How to calculate? CAGR = (FV / PV) ^ (1 / n) – 1 In the above formula, FV stands for the future value of the investment, PV stands for the present value of the investment, and n stands for the number of years of investment.

Screenshots

CAGR_calculator

Checklist

Code of Conduct

github-actions[bot] commented 3 months ago

Hey @Skb08, Welcome to the project CalcDiverse! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

Rakesh9100 commented 3 months ago

Go ahead @Skb08

github-actions[bot] commented 2 months ago

Hello @Skb08! Your issue #1260 has been closed. Thank you for your contribution!! 🙌