Introduction - If you have any usage issues, please Google them yourself
CORDIC For Dummies
CORDIC is a method of calculating a math function using much simpler math operations in a loop called a Binary
Search. Most commonly CORDIC is used to calculate ATAN2 (Angle), and Hypotenuse (Distance) of a point.
CORDIC can also be used to calculate other math functions like SIN and COS.