ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
approximations.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

float fasin_deg (float x)
 
float facos_deg (float x)
 
float fatan_deg (float x)
 
float fatan2_deg (float y, float x)
 
float fatan_15deg (float x)
 

Function Documentation

float facos_deg ( float  x)

Definition at line 51 of file approximations.c.

References fatan_deg().

Referenced by fAndroidAnglesDegFromRotationMatrix(), fNEDAnglesDegFromRotationMatrix(), and fWin8AnglesDegFromRotationMatrix().

Here is the call graph for this function:

Here is the caller graph for this function:

float fasin_deg ( float  x)

Definition at line 37 of file approximations.c.

References fatan_deg().

Referenced by fAndroidAnglesDegFromRotationMatrix(), feCompassAndroid(), feCompassNED(), feCompassWin8(), fNEDAnglesDegFromRotationMatrix(), fRun_9DOF_GBY_KALMAN(), and fWin8AnglesDegFromRotationMatrix().

Here is the call graph for this function:

Here is the caller graph for this function:

float fatan2_deg ( float  y,
float  x 
)

Definition at line 117 of file approximations.c.

References fatan_deg().

Referenced by fAndroidAnglesDegFromRotationMatrix(), fNEDAnglesDegFromRotationMatrix(), and fWin8AnglesDegFromRotationMatrix().

Here is the call graph for this function:

Here is the caller graph for this function:

float fatan_15deg ( float  x)

Definition at line 143 of file approximations.c.

References PADE_A, PADE_B, and PADE_C.

Referenced by fatan_deg().

Here is the caller graph for this function:

float fatan_deg ( float  x)

Definition at line 66 of file approximations.c.

References fatan_15deg(), TAN15DEG, and TAN30DEG.

Referenced by facos_deg(), fasin_deg(), fatan2_deg(), and fWin8AnglesDegFromRotationMatrix().

Here is the call graph for this function:

Here is the caller graph for this function: