cordic_test, a C++ code which calls cordic() to use the CORDIC algorithm to evaluate certain functions, in particular the sine and cosine.
The computer code and data files described and made available on this web page are distributed under the MIT license
cordic, a C++ code which uses the CORDIC method to compute certain elementary functions.