Returns the hyperbolic sine of an expression that represents a numerical value:
SINH(x) = (ex - e-x) / 2.0Format
SINH(x)
Argument
x | Any valid expression that evaluates to a real number. |
Example
The following example illustrates the use of the SINH function. The location of marker_1 and marker_2 is shown in the figure below.
Function | SINH(DX(marker_1, marker_2, marker_2)) |
Result | -27.3 |