COSH
Computes the hyperbolic cosine of a value in radians.
Syntax
COSH(numeric_expression NUMERIC) → FLOAT
numeric_expression: The number in radians. This must be
DOUBLE
,INTEGER
, orFLOAT
.
Examples
COSH example
COSH example
COSH example
Last updated