Tagged Questions
0
votes
2answers
185 views
What is the most efficient way to determine the Farey sequence of degree n?
I am going to implement a Farey fraction approximation for converting limited-precision user input into possibly-repeating rationals.
http://mathworld.wolfram.com/FareySequence.html
I can easily ...