SINH Function

Returns the hyperbolic sine.

Category: Trigonometric
Returned data type: DOUBLE

Syntax

SINH(expression)

Arguments

expression

specifies any valid SQL expression that evaluates to a numeric value.

Data type DOUBLE
See <sql-expression>
FedSQL Expressions

Details

The SINH function returns the hyperbolic sine of the argument, which is given by the following equation.
table with 1 row and 1 column , row1 column 1 , e super eh r g u m e n t end super . minus . e super negative eh r g u m e n t end super . slash 2 , end table

Example

The following statements illustrate the SINH function:
Statements
Results
select sinh(0);
0
select sinh(1);
1.175201
select sinh(-1.0);
-1.1752