We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8381e5e commit 8fa8244Copy full SHA for 8fa8244
DIRECTORY.md
@@ -155,6 +155,7 @@
155
* [EulerMethod](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulerMethod.js)
156
* [EulersTotient](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulersTotient.js)
157
* [EulersTotientFunction](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulersTotientFunction.js)
158
+ * [ExtendedEuclideanGCD](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ExtendedEuclideanGCD.js)
159
* [Factorial](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factorial.js)
160
* [Factors](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factors.js)
161
* [FareyApproximation](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FareyApproximation.js)
0 commit comments