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

Compute hyperbolic sine (degrees).

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

Deprecated:
Use sinhd() instead.
Parameters
_XFloating point value.
Returns
Hyperbolic sine of _X.