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 130130 * [ BinaryExponentiationIterative] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/BinaryExponentiationIterative.js )
131131 * [ BinaryExponentiationRecursive] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/BinaryExponentiationRecursive.js )
132132 * [ decimalIsolate] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/decimalIsolate.js )
133+ * [ DegreeToRadian] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/DegreeToRadian.js )
133134 * [ DigitSum] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/DigitSum.js )
134135 * [ EulerMethod] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulerMethod.js )
135136 * [ EulersTotient] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulersTotient.js )
171172 * [ AverageMean] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/AverageMean.test.js )
172173 * [ BInaryConvert] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/BInaryConvert.test.js )
173174 * [ BinaryExponentiationIterative] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/BinaryExponentiationIterative.test.js )
175+ * [ DegreeToRadian] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/DegreeToRadian.test.js )
174176 * [ DigitSum] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/DigitSum.test.js )
175177 * [ EulersTotientFunction] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/EulersTotientFunction.test.js )
176178 * [ Factorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Factorial.test.js )
You can’t perform that action at this time.
0 commit comments