mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
.. | ||
__init__.py | ||
equated_monthly_installments.py | ||
exponential_moving_average.py | ||
interest.py | ||
present_value.py | ||
price_plus_tax.py | ||
README.md | ||
simple_moving_average.py |
Interest
- Compound Interest: "Compound interest is calculated by multiplying the initial principal amount by one plus the annual interest rate raised to the number of compound periods minus one." Compound Interest
- Simple Interest: "Simple interest paid or received over a certain period is a fixed percentage of the principal amount that was borrowed or lent. " Simple Interest