File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 42
42
* [ Absmin] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/AbsMin.fs )
43
43
* [ Factorial] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Factorial.fs )
44
44
* [ Fibonacci] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Fibonacci.fs )
45
- * [ Perfectnumbers] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/PerfectNumbers.fs )
45
+ * [ Greatest Common Divisor] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Greatest_Common_Divisor.fs )
46
+ * [ Perfect Numbers] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Perfect_Numbers.fs )
46
47
* [ Power] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Power.fs )
47
48
* [ Prime] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Prime.fs )
48
49
* Search
You can’t perform that action at this time.
0 commit comments