Skip to content

SQL Reference

COSH

  • number: The numeric expression whose hyperbolic cosine is returned.
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.