Home
last modified time | relevance | path

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

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