We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50c87e commit ac8f240Copy full SHA for ac8f240
1 file changed
DIRECTORY.md
@@ -120,6 +120,7 @@
120
* [decimalIsolate](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/decimalIsolate.js)
121
* [DigitSum](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/DigitSum.js)
122
* [EulerMethod](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulerMethod.js)
123
+ * [EulersTotient](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulersTotient.js)
124
* [EulersTotientFunction](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulersTotientFunction.js)
125
* [Factorial](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factorial.js)
126
* [Factors](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factors.js)
0 commit comments