File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 128
128
* [ isDivisible] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/isDivisible.js )
129
129
* [ isOdd] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/isOdd.js )
130
130
* [ Mandelbrot] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Mandelbrot.js )
131
+ * [ MatrixExponentiationRecursive] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/MatrixExponentiationRecursive.js )
131
132
* [ MatrixMultiplication] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/MatrixMultiplication.js )
132
133
* [ MeanSquareError] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/MeanSquareError.js )
133
134
* [ ModularBinaryExponentiationRecursive] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ModularBinaryExponentiationRecursive.js )
You can’t perform that action at this time.
0 commit comments