Categories:Numeric Functions (Trigonometric) SINH¶ Computes the hyperbolic sine of its argument. Syntax¶ SINH( <real_expr> ) Copy Arguments¶ real_exprThis expression should evaluate to a real number. Examples¶ SELECT SINH(1.5); -------------+ SINH(1.5) | -------------+ 2.129279455 | -------------+ Copy