Skip to content

chilin0525/cordic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C code for cordic algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages