We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d842748 commit f4a7d59Copy full SHA for f4a7d59
DIRECTORY.md
@@ -270,6 +270,7 @@
270
* [Abs](https://github.com/TheAlgorithms/Python/blob/master/maths/abs.py)
271
* [Abs Max](https://github.com/TheAlgorithms/Python/blob/master/maths/abs_max.py)
272
* [Abs Min](https://github.com/TheAlgorithms/Python/blob/master/maths/abs_min.py)
273
+ * [Allocation Number](https://github.com/TheAlgorithms/Python/blob/master/maths/allocation_number.py)
274
* [Area Under Curve](https://github.com/TheAlgorithms/Python/blob/master/maths/area_under_curve.py)
275
* [Armstrong Numbers](https://github.com/TheAlgorithms/Python/blob/master/maths/armstrong_numbers.py)
276
* [Average Mean](https://github.com/TheAlgorithms/Python/blob/master/maths/average_mean.py)
0 commit comments