/CORDIC_Algorithm

Algorithms for calculating sine and cos with an input in degree. For now it only works for quadrant I. (This code is just for demonstration, not for implementation)

Primary LanguagePython