![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|

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) |
| float facos_deg | ( | float | x | ) |
Definition at line 49 of file approximations.c.
References fatan_deg().
Referenced by fAndroidAnglesDegFromRotationMatrix(), fNEDAnglesDegFromRotationMatrix(), and fWin8AnglesDegFromRotationMatrix().


| float fasin_deg | ( | float | x | ) |
Definition at line 35 of file approximations.c.
References fatan_deg().
Referenced by fAndroidAnglesDegFromRotationMatrix(), feCompassAndroid(), feCompassNED(), feCompassWin8(), fLeastSquareseCompassAndroid(), fLeastSquareseCompassNED(), fLeastSquareseCompassWin8(), fNEDAnglesDegFromRotationMatrix(), and fWin8AnglesDegFromRotationMatrix().


| float fatan2_deg | ( | float | y, |
| float | x | ||
| ) |
Definition at line 115 of file approximations.c.
References fatan_deg().
Referenced by fAndroidAnglesDegFromRotationMatrix(), fNEDAnglesDegFromRotationMatrix(), and fWin8AnglesDegFromRotationMatrix().


| float fatan_15deg | ( | float | x | ) |
Definition at line 141 of file approximations.c.
References PADE_A, PADE_B, and PADE_C.
Referenced by fatan_deg().

| float fatan_deg | ( | float | x | ) |
Definition at line 64 of file approximations.c.
References fatan_15deg(), TAN15DEG, and TAN30DEG.
Referenced by facos_deg(), fasin_deg(), fatan2_deg(), and fWin8AnglesDegFromRotationMatrix().

