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

Compute hyperbolic cosine (degrees).

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

Deprecated:
Use coshd() instead.
Parameters
_XFloating point value.
Returns
Hyperbolic cosine of _X.