Previous Page | Next Page

Functions and CALL Routines

SINH Function



Returns the hyperbolic sine.
Category: Hyperbolic

Syntax
Arguments
Details
Examples

Syntax

SINH(argument)


Arguments

argument

specifies a numeric constant, variable, or expression.


Details

The SINH function returns the hyperbolic sine of the argument, which is given by

[equation]


Examples

SAS Statements Results
x=sinh(0);
0
x=sinh(1);
1.1752011936
x=sinh(-1.0);
-1.175201194

Previous Page | Next Page | Top of Page