SINH
Returns a DOUBLE PRECISION value that represents the hyperbolic sine of the passed parameter.
Behavior Type
Syntax
SINH ( expression )
Parameters
expression |
An expression of type DOUBLE PRECISION |
Example
=> SELECT SINH(30 * 2 * 3.14159 / 360); SINH ------------------- 0.547852969600632