Programming:Sin/Cos calculation

From CPCWiki - THE Amstrad CPC encyclopedia!
Revision as of 13:47, 7 August 2006 by Octoate (Talk | contribs) (Added link to a CORDIC algorithm - more to add soon)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Calculation using the CORDIC algorithm

Andre Adrian wrote a paper about how to implement the calculation of sin/cos on Z80 CPUs. You can read the paper and find the implementation on his homepage http://home.arcor.de/andreadrian/oldcpu/Z80_number_cruncher.html .