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

Compute arc sine.

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

Deprecated:
Use asin() instead.
Parameters
_XFloating point value.
Returns
Arc sine of _X.