Fast CORDIC algorithm for ATAN2 for Arduino
-
Updated
Mar 9, 2022 - C++
Fast CORDIC algorithm for ATAN2 for Arduino
A fast and accurate approximation of arctan by look-up mothod with three variants inside, implemented in C++
YAC - Yet Another CORDIC Core
Create an iterator which computes the arctangent of each iterated value.
Compute the arctangent of a number.
Compute the arctangent of each element retrieved from an input strided array via a callback function.
Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
Add a description, image, and links to the atan topic page so that developers can more easily learn about it.
To associate your repository with the atan topic, visit your repo's landing page and select "manage topics."