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

Compute hyperbolic tangent.

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

Deprecated:
Use tanh() instead.
Parameters
_XFloating point value.
Returns
Hyperbolic tangent of _X.