Y
Hacker News
new
|
ask
|
show
|
jobs
by
spiritplumber
4250 days ago
I wrote it for the Parallax Propeller, which is slow at doing divisions - so I tried to keep those to a minimum (one, which isn't too bad).
1 comments
GFK_of_xmaspast
4250 days ago
With a CORDIC the only divides should be by powers of 2 in the main loop and taking out the gain factor at the end, all of which can be turned into multiplies?
link
spiritplumber
4250 days ago
Thanks, I'm going to go back and try it :)
link