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