Neoview SQL Reference Manual (R2.4)

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 a Neoview SQL extension.
COSH (numeric-expression)
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of the COSH
function. See “Numeric Value Expressions” (page 250).
Example of COSH
This function returns the value 1.88842387716101568E+000, or approximately 1.8884, the hyperbolic
cosine of 1.25 in radians:
COSH (1.25)
COSH Function 349