Add equated_monthly_installments.py in Financials (#5775)

* Add equated_monthly_installments.py in Financials

* Formatting

* More formatting, Descriptive names

* Errors with name change

* Formatting

* Formatting, Naming Error

* dedent

* Update DIRECTORY.md
This commit is contained in:
Rohan R Bharadwaj
2021-11-07 20:10:23 +05:30
committed by GitHub
parent accee50cde
commit db5aa1d188
2 changed files with 62 additions and 0 deletions

View File

@ -298,6 +298,7 @@
## Financial
* [Interest](https://github.com/TheAlgorithms/Python/blob/master/financial/interest.py)
* [EMI Calculation](https://github.com/TheAlgorithms/Python/blob/master/financial/equated_monthly_installments.py)
## Fractals
* [Julia Sets](https://github.com/TheAlgorithms/Python/blob/master/fractals/julia_sets.py)