sinh(var x): var
cosh(var x): var
tanh(var x): var
Hyperbolic functions.
Parameters:
x
- input variable.
Returns:
Hyperbolic sine, cosine, tangent of
x
Example:
y = tanh(x);
See also:
asin, acos, atan
,
sin, cos, tan
► latest version online