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 9f473a1 commit aadd4f6Copy full SHA for aadd4f6
DIRECTORY.md
@@ -295,6 +295,7 @@
295
* [Add](https://github.com/TheAlgorithms/Python/blob/master/maths/add.py)
296
* [Aliquot Sum](https://github.com/TheAlgorithms/Python/blob/master/maths/aliquot_sum.py)
297
* [Allocation Number](https://github.com/TheAlgorithms/Python/blob/master/maths/allocation_number.py)
298
+ * [Area](https://github.com/TheAlgorithms/Python/blob/master/maths/area.py)
299
* [Area Under Curve](https://github.com/TheAlgorithms/Python/blob/master/maths/area_under_curve.py)
300
* [Armstrong Numbers](https://github.com/TheAlgorithms/Python/blob/master/maths/armstrong_numbers.py)
301
* [Average Mean](https://github.com/TheAlgorithms/Python/blob/master/maths/average_mean.py)
0 commit comments