NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#define CosD (   _X)    asm { cosd __FLTRETVAL__, _X }

Compute cosine (degrees).

Computes the cosine of _X. Only constants or variables allowed (no expressions).

Deprecated:
Use cosd() instead.
Parameters
_XFloating point value.
Returns
Cosine of _X.