I intend on comparing the CORDIC algorithm and the Taylor Series expansion for computing sin(x). However, I need to compare them on the basis of accuracy and time complexity.
How can we determine the error of the CORDIC Algorithm (similar to how the Lagrange Remainder can be applied to the Taylor Series for an nth degree polynomial)?
Thanks!