Returns the hyperbolic sine.
specifies any valid SQL expression that evaluates to a numeric value.
select sinh(0);
0
select sinh(1);
1.175201
select sinh(-1.0);
-1.1752