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 138138 * [ EulersTotientFunction] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulersTotientFunction.js )
139139 * [ Factorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factorial.js )
140140 * [ Factors] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factors.js )
141+ * [ FareyApproximation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FareyApproximation.js )
141142 * [ Fibonacci] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Fibonacci.js )
142143 * [ FindHcf] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindHcf.js )
143144 * [ FindLcm] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindLcm.js )
180181 * [ EulersTotientFunction] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/EulersTotientFunction.test.js )
181182 * [ Factorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Factorial.test.js )
182183 * [ Factors] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Factors.test.js )
184+ * [ FareyApproximation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/FareyApproximation.test.js )
183185 * [ Fibonacci] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Fibonacci.test.js )
184186 * [ FindHcf] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/FindHcf.test.js )
185187 * [ FindLcm] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/FindLcm.test.js )
You can’t perform that action at this time.
0 commit comments