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 161161 * [ Pow] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Pow.js )
162162 * [ PrimeCheck] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PrimeCheck.js )
163163 * [ PrimeFactors] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/PrimeFactors.js )
164+ * [ RadianToDegree] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/RadianToDegree.js )
164165 * [ ReversePolishNotation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ReversePolishNotation.js )
165166 * [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SieveOfEratosthenes.js )
166167 * [ Softmax] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Softmax.js )
195196 * [ Polynomial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Polynomial.test.js )
196197 * [ Pow] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Pow.test.js )
197198 * [ PrimeCheck] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/PrimeCheck.test.js )
199+ * [ RadianToDegree] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/RadianToDegree.test.js )
198200 * [ ReversePolishNotation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/ReversePolishNotation.test.js )
199201 * [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/SieveOfEratosthenes.test.js )
200202 * [ Softmax] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Softmax.test.js )
You can’t perform that action at this time.
0 commit comments