Quote:
|
Originally Posted by TechnocratiK
Did you write the library, or get it somewhere?
|
It's the CORDIC library from the Whitepapers section here on CD. You can get it
here
I was trying to use it instead of the standard math.h since it uses integer math instead of floating point, so it's much faster (and smaller).
For now, I'm using the standard math.h, but if our team's code gets too complicated, I might revisit this.