Skip to content

ben-barnes/cordic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORDIC

This is an experimental implementation of the CORDIC algorithm in Haskell.

To build, use

git clone https://github.com/chronon-io/cordic.git
cd cordic
stack build

Currently only a library is implemented. To play around with it in the REPL, use stack ghci. You can then call

cordic angle iterations

to get an nth iteration approximation of (cosine(angle), sine(angle))

About

An implementation of the CORDIC algorithm in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published