Home
last modified time | relevance | path

Searched refs:PADE_C (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dapproximations.c144 #define PADE_C 1.6867633134F // theoretical Pade[3/2] value is 5/3=1.66667 in fatan_15deg() macro
148 return (x * (PADE_A + x2 * PADE_B) / (PADE_C + x2)); in fatan_15deg()