Skip to content

Commit 8673305

Browse files
feat: add Depreciation module (#1027)
1 parent 7a690c1 commit 8673305

File tree

3 files changed

+698
-0
lines changed

3 files changed

+698
-0
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
* [Trapped Rainwater](https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/trapped_rainwater.rs)
150150
* [Word Break](https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/word_break.rs)
151151
* Financial
152+
* [Depreciation](https://github.com/TheAlgorithms/Rust/blob/master/src/financial/depreciation.rs)
152153
* [Equated Monthly Installments](https://github.com/TheAlgorithms/Rust/blob/master/src/financial/equated_monthly_installments.rs)
153154
* [Exponential Moving Average](https://github.com/TheAlgorithms/Rust/blob/master/src/financial/exponential_moving_average.rs)
154155
* [Finance Ratios](https://github.com/TheAlgorithms/Rust/blob/master/src/financial/finance_ratios.rs)

0 commit comments

Comments
 (0)