File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 152
152
* [ Fibonacci] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Fibonacci.js )
153
153
* [ FindHcf] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindHcf.js )
154
154
* [ FindLcm] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindLcm.js )
155
+ * [ GetEuclidGCD] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/GetEuclidGCD.js )
155
156
* [ GridGet] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/GridGet.js )
156
157
* [ IsDivisible] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/IsDivisible.js )
157
158
* [ IsEven] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/IsEven.js )
174
175
* [ PrimeCheck] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PrimeCheck.js )
175
176
* [ PrimeFactors] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PrimeFactors.js )
176
177
* [ RadianToDegree] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/RadianToDegree.js )
178
+ * [ ReverseNumber] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ReverseNumber.js )
177
179
* [ ReversePolishNotation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ReversePolishNotation.js )
178
180
* [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SieveOfEratosthenes.js )
179
181
* [ Softmax] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Softmax.js )
You can’t perform that action at this time.
0 commit comments