__sincosfx
In this section:
Syntax
void __sincosfx(signed long fx, signed long *sin, signed long *cos);
Description
Calculates the sine and cosine of the variable fx at the same time, using the fixed-point Arithmetic Unit for Trigonometric Functions (TFU).
Note
To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.