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 12b1023 commit 80fb43dCopy full SHA for 80fb43d
DIRECTORY.md
@@ -462,6 +462,7 @@
462
463
## Graphics
464
* [Bezier Curve](graphics/bezier_curve.py)
465
+ * [Digital Differential Analyzer Line](graphics/digital_differential_analyzer_line.py)
466
* [Vector3 For 2D Rendering](graphics/vector3_for_2d_rendering.py)
467
468
## Graphs
@@ -663,6 +664,7 @@
663
664
* [Gamma](maths/gamma.py)
665
* [Gaussian](maths/gaussian.py)
666
* [Gcd Of N Numbers](maths/gcd_of_n_numbers.py)
667
+ * [Geometric Mean](maths/geometric_mean.py)
668
* [Germain Primes](maths/germain_primes.py)
669
* [Greatest Common Divisor](maths/greatest_common_divisor.py)
670
* [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py)
0 commit comments