3.5.1.2.28 Sinh

Description

The sinh(x) function is the hyperbolic form of sin(x).

Syntax

double sinh(double x)

Parameter

x

can be any real number.

Return

Returns the hyperbolic sine of x.

Example

aa = sinh(10);
aa = ; //should return 11013.232874703

See Also

cosh, tanh, coth, sech, csch