Efficient way to implement trigonometry functions?
Posted on February 02, 2013 at 19:28Hello,I'm working on the STM32F4, and in my application i need to use atan2 and exp a very large number of times.In my initial implementation i used the stlib for atan2 and exp. Unfortunately, in the current state...