File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 134
134
* [ FindHcf] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindHcf.js )
135
135
* [ FindLcm] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindLcm.js )
136
136
* [ GridGet] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/GridGet.js )
137
- * [ isDivisible ] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/isDivisible .js )
137
+ * [ IsDivisible ] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/IsDivisible .js )
138
138
* [ isOdd] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/isOdd.js )
139
139
* [ Mandelbrot] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Mandelbrot.js )
140
140
* [ MatrixExponentiationRecursive] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/MatrixExponentiationRecursive.js )
172
172
* [ FindHcf] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/FindHcf.test.js )
173
173
* [ FindLcm] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/FindLcm.test.js )
174
174
* [ GridGet] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/GridGet.test.js )
175
+ * [ IsDivisible] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/IsDivisible.test.js )
175
176
* [ MeanSquareError] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/MeanSquareError.test.js )
176
177
* [ ModularBinaryExponentiationRecursive] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/ModularBinaryExponentiationRecursive.test.js )
177
178
* [ NumberOfDigits] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/NumberOfDigits.test.js )
You can’t perform that action at this time.
0 commit comments