We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7665ba5 commit b7f35d8Copy full SHA for b7f35d8
DIRECTORY.md
@@ -443,6 +443,7 @@
443
* [Present Value](financial/present_value.py)
444
* [Price Plus Tax](financial/price_plus_tax.py)
445
* [Simple Moving Average](financial/simple_moving_average.py)
446
+ * [Straight Line Depreciation](financial/straight_line_depreciation.py)
447
* [Time And Half Pay](financial/time_and_half_pay.py)
448
449
## Fractals
@@ -790,6 +791,7 @@
790
791
* [Sumset](maths/sumset.py)
792
* [Sylvester Sequence](maths/sylvester_sequence.py)
793
* [Tanh](maths/tanh.py)
794
+ * [Test Factorial](maths/test_factorial.py)
795
* [Test Prime Check](maths/test_prime_check.py)
796
* [Three Sum](maths/three_sum.py)
797
* [Trapezoidal Rule](maths/trapezoidal_rule.py)
0 commit comments