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 186
186
* [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SieveOfEratosthenes.js )
187
187
* [ Softmax] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Softmax.js )
188
188
* [ SquareRoot] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SquareRoot.js )
189
+ * [ SumOfDigits] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SumOfDigits.js )
189
190
* test
190
191
* [ Abs] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Abs.test.js )
191
192
* [ Area] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Area.test.js )
223
224
* [ ReversePolishNotation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/ReversePolishNotation.test.js )
224
225
* [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/SieveOfEratosthenes.test.js )
225
226
* [ 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 )
226
228
* [ Volume] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Volume.test.js )
227
229
* [ Volume] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Volume.js )
228
230
* [ WhileLoopFactorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/WhileLoopFactorial.js )
You can’t perform that action at this time.
0 commit comments