The SINH function return the hyperbolic sine of an expression a.
SINH(a) = (ea - e-a) /2.0
Format
SINH(a)
Arguments
a | Any valid function expression. Number of Arguments: 1 |
Examples
VARIABLE/1, FUNCTION=SINH(DX(21,32))
The value of VARIABLE/1 is the hyperbolic sine of the x-component of the displacement between Markers 21 and 32, as calculated in the global coordinate system.