Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dapproximations.c66 #define TAN30DEG 0.57735026919F // tan(30 deg) = 1/sqrt(3) in fatan_deg() macro
91 x = (x - TAN30DEG) / (1.0F + TAN30DEG * x); in fatan_deg()