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 9898 * [ BinaryConvert] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/BinaryConvert.js )
9999 * [ BinaryExponentiationIterative] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/BinaryExponentiationIterative.js )
100100 * [ DigitSum] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/DigitSum.js )
101+ * [ EulersTotientFunction] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulersTotientFunction.js )
101102 * [ Factorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factorial.js )
102103 * [ Factors] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factors.js )
103104 * [ Fibonacci] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Fibonacci.js )
130131 * [ BInaryConvert] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/BInaryConvert.test.js )
131132 * [ BinaryExponentiationIterative] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/BinaryExponentiationIterative.test.js )
132133 * [ DigitSum] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/DigitSum.test.js )
134+ * [ EulersTotientFunction] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/EulersTotientFunction.test.js )
133135 * [ Factorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Factorial.test.js )
134136 * [ Factors] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Factors.test.js )
135137 * [ Fibonacci] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Fibonacci.test.js )
You can’t perform that action at this time.
0 commit comments