SQL/MX 2.x Reference Manual (G06.24+, H06.03+)

SQL/MX Functions and Expressions
HP NonStop SQL/MX Reference Manual523725-004
9-34
COSH Function
COSH Function
The COSH function returns the hyperbolic cosine of a numeric value expression,
where the expression is an angle expressed in radians.
COSH is an SQL/MX extension.
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of
the COSH function. See Numeric Value Expressions on page 6-50.
Examples of COSH
This function returns the value 1.88842387716101616E+000, or approximately
1.8884, the hyperbolic cosine of 1.25 in radians:
COSH (1.25)
COSH (numeric-expression)