How to optimise the power computation
Posted on September 26, 2017 at 11:58 Hi there, I'm working on STM32F103 MCU and i need to compute the powerof a value. I use the math.h library but I'm looking for a more optimised library, if it's exists. Is there a better way to compute th...