STM32F103 asinf()... math functions
Posted on August 03, 2015 at 11:30Hello,I need to compute some values, for which I should use asinf() and sin() functions. I alreadyused math.h, but I am wondering if there exists some speed optimized library for this CPU,which can be used? #stm3...