DEG               202 modules/cordic_math.c     return sinCordic(DEG, phi);
DEG               206 modules/cordic_math.c     return cosCordic(DEG, phi);
DEG               210 modules/cordic_math.c     return tanCordic(DEG, phi);
DEG               214 modules/cordic_math.c     recCordic(DEG, r, theta, px, py);
DEG               218 modules/cordic_math.c     return asinCordic(DEG, x);
DEG               222 modules/cordic_math.c     return acosCordic(DEG, x);
DEG               226 modules/cordic_math.c     return atanCordic(DEG, x);
DEG               230 modules/cordic_math.c     polCordic(DEG, px, py, r, theta);