#include #include #include #include float MySin(float x); // the prototype of the function MySin. float Cordic(float x); // the prototype of the function Cordic.