You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we calculate trigonometric functions using the Remez algorithm? This is faster and more accurate than the table lookup method, and the range of arguments can be [-inf,inf]
Can we calculate trigonometric functions using the Remez algorithm? This is faster and more accurate than the table lookup method, and the range of arguments can be [-inf,inf]
Here is an example of fast sine and fast cosine:
https://github.com/chenzt2020/foc_learning/blob/main/3.fast_sin/fast_sin.h
benchmark
STM32F446 180MHz -Ofast
The text was updated successfully, but these errors were encountered: