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

Compute sine (degrees).

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

Deprecated:
Use sind() instead.
Parameters
_XFloating point value.
Returns
Sine of _X.