SINH

Returns the hyperbolic sine of a number.

Analyze Syntax

func.sinh(<x>)

Analyze Examples

func.sinh(0)

┌─────┐
 0.0  
└─────┘

SQL Syntax

SINH(<x>)

SQL Examples

SELECT SINH(0);

┌─────┐
 0.0  
└─────┘