I would like to Implement Mathematical Power in the most easy and efficient way , I'm using C2000 (TMS320F2808) – for example à Y = 2x^3 + 3x^5 + 6x^4… In C we can use pow function from include math library , but in C2000 it's not working because the dsp is fixed point.