SINH
Learn how to use the SINH math function in PlaidCloud Lakehouse. Returns the hyperbolic sine of a number - see syntax, examples, and output.
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 │
└─────┘