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  
└─────┘