- 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 | -------------+