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 119119 * [ PermutationAndCombination] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PermutationAndCombination.js )
120120 * [ PiApproximationMonteCarlo] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PiApproximationMonteCarlo.js )
121121 * [ Polynomial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Polynomial.js )
122+ * [ Pow] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Pow.js )
122123 * [ PrimeCheck] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PrimeCheck.js )
123124 * [ ReversePolishNotation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ReversePolishNotation.js )
124125 * [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SieveOfEratosthenes.js )
148149 * [ PerfectSquare] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/PerfectSquare.test.js )
149150 * [ PiApproximationMonteCarlo] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/PiApproximationMonteCarlo.test.js )
150151 * [ Polynomial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Polynomial.test.js )
152+ * [ Pow] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Pow.test.js )
151153 * [ PrimeCheck] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/PrimeCheck.test.js )
152154 * [ ReversePolishNotation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/ReversePolishNotation.test.js )
153155 * [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/SieveOfEratosthenes.test.js )
You can’t perform that action at this time.
0 commit comments