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 186186 * [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SieveOfEratosthenes.js )
187187 * [ Softmax] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Softmax.js )
188188 * [ SquareRoot] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SquareRoot.js )
189+ * [ SumOfDigits] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SumOfDigits.js )
189190 * test
190191 * [ Abs] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Abs.test.js )
191192 * [ Area] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Area.test.js )
223224 * [ ReversePolishNotation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/ReversePolishNotation.test.js )
224225 * [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/SieveOfEratosthenes.test.js )
225226 * [ Softmax] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Softmax.test.js )
227+ * [ SumOfDigits] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/SumOfDigits.test.js )
226228 * [ Volume] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Volume.test.js )
227229 * [ Volume] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Volume.js )
228230 * [ WhileLoopFactorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/WhileLoopFactorial.js )
You can’t perform that action at this time.
0 commit comments