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 138
138
* [ EulersTotientFunction] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/EulersTotientFunction.js )
139
139
* [ Factorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factorial.js )
140
140
* [ Factors] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Factors.js )
141
+ * [ FareyApproximation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FareyApproximation.js )
141
142
* [ Fibonacci] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Fibonacci.js )
142
143
* [ FindHcf] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindHcf.js )
143
144
* [ FindLcm] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/FindLcm.js )
180
181
* [ EulersTotientFunction] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/EulersTotientFunction.test.js )
181
182
* [ Factorial] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Factorial.test.js )
182
183
* [ 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 )
183
185
* [ Fibonacci] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Fibonacci.test.js )
184
186
* [ FindHcf] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/FindHcf.test.js )
185
187
* [ 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