#include #include #include #define L 32 float MySine(float x); // prototype of the Maclaurin polynomial of sin(x) float Cordic( float x); // prototype of the Cordic algorithm for sin(x)