SINH
Returns a DOUBLE PRECISION value that represents the hyperbolic sine of the passed parameter.
	Returns a DOUBLE PRECISION value that represents the hyperbolic sine of the passed parameter.
Behavior type
ImmutableSyntax
SINH ( expression )
Arguments
- expression
- Resolves to a value of type DOUBLE PRECISION.
Examples
=> SELECT SINH(30 * 2 * 3.14159 / 360);
        SINH
-------------------
 0.547852969600632