Skip to content

COSH

SELECT COSH(1);
1.5430806348152437

In the example, the COSH() function is used to compute the hyperbolic cosine of a number. The function takes as an input the number 1 and returns the hyperbolic cosine of that number as the output.