Calculates the hyperbolic sine of any expression.
SINH(val)
val |
- |
A scalar, series or table. |
A scalar, series, or table.
sinh(-5..0.01..5);gridhv;griddot
displays the hyperbolic sine from –5 to 5.
sinh(pi)
returns 11.54873936.
sinh(ln(phi))
returns 0.5
sinh(-2..0.1..2)
returns a 41 point series.
The hyperbolic sine is defined as:
for all complex z.
SETDEGREE and SETRADIAN have no effect on this function because it always operates in radians.