Skip to content

Returns the hyperbolic cosine of a number.

func.cosh(<x>)
func.cosh(0)
┌─────┐
1.0
└─────┘
COSH(<x>)
SELECT COSH(0);
┌─────┐
1.0
└─────┘