sinh function

Applies to: check marked yes Databricks SQL check marked yes Databricks Runtime

Returns the hyperbolic sine of expr.

Syntax

sinh(expr)

Arguments

  • expr: An expression that evaluates to a numeric.

Returns

A DOUBLE.

Examples

> SELECT sinh(0);
 0.0