Skip to main content

IAR Embedded Workbench for RX 5.20

__sincosf

In this section:
Syntax
__intrinsic void  __sincosf(float _F, float *dstSin, float *dstCos);
Description

Returns the sine and cosine of the variable _F, using the Arithmetic Unit for Trigonometric Functions (TFU). This function requires an RXv3-based device with a TFU, and the compiler option --tfu must be used to enable the 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.

See also

--tfu