Extended Fixed Point Arithmetic
fx32_32_t fx_poly_eval(fx32_32_t x, fx32_32_t *c, int n);fx_poly_eval referenced types:
fx32_32_t fx_exp(fx32_32_t x);fx_exp referenced types:
fx32_32_t fx_ln(fx32_32_t x);fx_ln referenced types:
fx32_32_t fx_sin(fx32_32_t angle);fx_sin referenced types:
fx32_32_t fx_cos(fx32_32_t angle);fx_cos referenced types:
void fx_sincos(fx32_32_t angle, fx32_32_t *sin_out, fx32_32_t *cos_out);fx_sincos referenced types:
Defines
Section titled “Defines”#define FP_PI 3.14159265358979323846#define FX_PI FX(3.14159265358979323846)#define FX_E FX(2.71828182845045235360)