CORDIC, which stands for COordinate Rotation DIgital Computer, is an algorithm used for calculating trigonometric functions, hyperbolic functions, exponentials, logarithms, and square roots, among other operations. It was first introduced by Volder in 1959 and has become a popular method for implementing these calculations in hardware, particularly in dedicated digital processors and embedded systems where resources are limited.
New to topics? Read the docs here!