Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 398 Bytes

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))