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

Compute tangent.

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

Deprecated:
Use tan() instead.
Parameters
_XFloating point value.
Returns
Tangent of _X.