COSH
Returns the hyperbolic cosine of a number.
Analyze Syntax
func.cosh(<x>)
Analyze Examples
func.cosh(0)
┌─────┐
│ 1.0 │
└─────┘
SQL Syntax
COSH(<x>)
SQL Examples
SELECT COSH(0);
┌─────┐
│ 1.0 │
└─────┘
Returns the hyperbolic cosine of a number.
func.cosh(<x>)
func.cosh(0)
┌─────┐
│ 1.0 │
└─────┘
COSH(<x>)
SELECT COSH(0);
┌─────┐
│ 1.0 │
└─────┘