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 2882c18 commit 58c693dCopy full SHA for 58c693d
DIRECTORY.md
@@ -352,6 +352,7 @@
352
* [Add](https://github.com/TheAlgorithms/Python/blob/master/maths/add.py)
353
* [Aliquot Sum](https://github.com/TheAlgorithms/Python/blob/master/maths/aliquot_sum.py)
354
* [Allocation Number](https://github.com/TheAlgorithms/Python/blob/master/maths/allocation_number.py)
355
+ * [Amicable Numbers](https://github.com/TheAlgorithms/Python/blob/master/maths/amicable_numbers.py)
356
* [Area](https://github.com/TheAlgorithms/Python/blob/master/maths/area.py)
357
* [Area Under Curve](https://github.com/TheAlgorithms/Python/blob/master/maths/area_under_curve.py)
358
* [Armstrong Numbers](https://github.com/TheAlgorithms/Python/blob/master/maths/armstrong_numbers.py)
0 commit comments