SINH
Computes the hyperbolic sine of the input expression.
Syntax
SINH(numeric_expression int32) → double
numeric_expression: Input expression.
Examples
SINH example
SINH(numeric_expression float) → double
numeric_expression: Input expression.
Examples
SINH example
SINH(numeric_expression double) → double
numeric_expression: Input expression.
Examples
SINH example
SINH(numeric_expression int64) → double
numeric_expression: Input expression.
Examples
SINH example
Last updated