- Function Sinh(x)¶
Sinh¶
Sinh(
x ! (input) numerical expression
)
Arguments¶
- x
A scalar numerical expression.
Return Value¶
The
Sinh
function returns the hyperbolic sine of x in the range \(-\infty\) to \(\infty\).
Note
The function Sinh
can be used in the constraints of nonlinear
mathematical programs.
See also
The functions Cosh
, Tanh
, ArcSinh
. Arithmetic functions are
discussed in full detail in Arithmetic Functions of the Language Reference.