SINH Function

Returns the hyperbolic sine.

Category: Hyperbolic

Syntax

SINH(argument)

Required Argument

argument

specifies a numeric constant, variable, or expression.

Details

The SINH function returns the hyperbolic sine of the argument, which is given by
( ε a r g u m e n t - ε - a r g u m e n t ) / 2

Example

The following SAS statements produce these results.
SAS Statement
Result
x=sinh(0);
0
x=sinh(1);
1.1752011936
x=sinh(-1.0);
-1.175201194