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 │
└─────┘
Returns the hyperbolic sine of a number.
func.sinh(<x>)
func.sinh(0)
┌─────┐
│ 0.0 │
└─────┘
SINH(<x>)
SELECT SINH(0);
┌─────┐
│ 0.0 │
└─────┘