#include "header.h" float Cordic ( float x) { int i; unsigned int bin=0,bit; float remainder=x, resultSin; int a[L]; float Trig[L][2], Cos[L], Sin[L]; for ( i=0; i