mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 16:57:32 +08:00
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:

committed by
GitHub

parent
accee50cde
commit
db5aa1d188
@ -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)
|
||||
|
Reference in New Issue
Block a user