SINH

Returns the hyperbolic sine of an expression that represents a numerical value:
SINH(x) = (ex-e-x)/2.0

Format

SINH(x)

Argument

 
x
Any valid expression that evaluates to a real number.

Example

The following example returns the hyperbolic sine of the x component of the displacement of marker_21 with respect to marker_32:
SINH(DX(marker_21, marker_32))