Find the nearest value in q_list to q. @param q_list an array of rationals terminated by {0, 0} @return the index of the nearest value found in the array
See Implementation
Find the nearest value in q_list to q. @param q_list an array of rationals terminated by {0, 0} @return the index of the nearest value found in the array