search_test, a C code which calls search() to search integers between A and B for a value J such that F(J) = C.
The information on this web page is distributed under the MIT license.
search_test is available in a C version and a MATLAB version and an Octave version.
search, a C code which searches integers between A and B for a value J such that F(J) = C, intended as a starting point for the creation of a parallel version.