There was an error while loading. Please reload this page.
1 parent c5e44d4 commit 09ac20dCopy full SHA for 09ac20d
DIRECTORY.md
@@ -153,6 +153,7 @@
153
* [Factorial](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factorial.js)
154
* [Factors](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factors.js)
155
* [FareyApproximation](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FareyApproximation.js)
156
+ * [FermatPrimalityTest](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FermatPrimalityTest.js)
157
* [Fibonacci](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Fibonacci.js)
158
* [FindHcf](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindHcf.js)
159
* [FindLcm](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindLcm.js)
0 commit comments