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

Compute hyperbolic sine.

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

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