cordic C code for cordic algorithm. compile $ gcc cordic.c -o a $ ./a run testing file $ ./a < example_in.txt > result compare testing file $ diff result example_out.txt