suiram
Junior Member level 3
Hi all,
I have to evaluate a function that contains termens like x^0.8+y^3.6
Since I have to execute this a few hundred times per second on a relatively slow uC, I can't afford to use the standard pow from the C library because it's slow.
Isn't any way to decompose x^0.8 for example into an expression faster to evaluate that using the standard pow algorithm?
I would apreciate any advices or pointers.
Thanks
I have to evaluate a function that contains termens like x^0.8+y^3.6
Since I have to execute this a few hundred times per second on a relatively slow uC, I can't afford to use the standard pow from the C library because it's slow.
Isn't any way to decompose x^0.8 for example into an expression faster to evaluate that using the standard pow algorithm?
I would apreciate any advices or pointers.
Thanks