95 in = x * 0.159154943092f;
111 if (findex >= 512.0f) {
115 index = ((uint16_t)findex) & 0x1ff;
125 sinVal = (1.0f-fract)*a + fract*b;
float float32_t
32-bit floating-point type definition.
const float32_t sinTable_f32[FAST_MATH_TABLE_SIZE+1]
#define FAST_MATH_TABLE_SIZE
Macros required for SINE and COSINE Fast math approximations.
float32_t arm_sin_f32(float32_t x)
Fast approximation to the trigonometric sine function for floating-point data.