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

Compute hyperbolic tangent (degrees).

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

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