sinh

Hyperbolic sine

double sinh (
        double x
)

Arguments

x Argument in radians

Return value

The hyperbolic sine of x (sinh(x)) is returned.

Explanation

The hyperbolic sine of x is calculated and its value is returned.

See Also

cosh(), tanh()