Categories:Numeric functions (Trigonometric) SINH¶ Computes the hyperbolic sine of its argument. Syntax¶ CopyExpandSINH( <input_expr> ) Show lessSee moreScroll to top Arguments¶ input_exprThe value or expression to operate on. The data type must be FLOAT. Returns¶ This function returns a value of type FLOAT. Examples¶ CopyExpandSELECT SINH(1.5); Show lessSee moreScroll to top Expand+-------------+ | SINH(1.5) | |-------------| | 2.129279455 | +-------------+ Show lessSee moreScroll to top