description |
---|
Computes the hyperbolic sine of the input expression. |
- numeric_expression: Input expression.
Examples
{% code title="SINH example" %}
SELECT SINH(1)
-- 1.1752011936438014
{% endcode %}
- numeric_expression: Input expression.
Examples
{% code title="SINH example" %}
SELECT SINH(1.5)
-- 2.1292794550948173
{% endcode %}
- numeric_expression: Input expression.
Examples
{% code title="SINH example" %}
SELECT SINH(1.5)
-- 2.1292794550948173
{% endcode %}
- numeric_expression: Input expression.
Examples
{% code title="SINH example" %}
SELECT SINH(1)
-- 1.1752011936438014
{% endcode %}