Last modified on 13 August 2006, at 10:09

Programming:Sin/Cos calculation

Revision as of 10:09, 13 August 2006 by PulkoMandy (Talk | contribs)

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 .