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

Compute sine.

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

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