Skip to content

Returns the hyperbolic sine of a number.

func.sinh(<x>)
func.sinh(0)
┌─────┐
0.0
└─────┘
SINH(<x>)
SELECT SINH(0);
┌─────┐
0.0
└─────┘