···3535 * @theta: angle in degrees for which i/q coordinate is to be calculated.3636 * @coord: function output parameter holding the i/q coordinate.3737 *3838- * The function calculates the i/q coordinate for a given angle using3838+ * The function calculates the i/q coordinate for a given angle using the3939 * CORDIC algorithm. The coordinate consists of a real (i) and an4040 * imaginary (q) part. The real part is essentially the cosine of the4141 * angle and the imaginary part is the sine of the angle. The returned