Returns a floating-point value that is the hyperbolic sine of the arithmetic value x.
SINH(x)
x is a floating-point value representing the sine of an angle.
SINH(0.0) /* returns 0.0 */
An SINH operation on floating-point decimal data is actually performed using the floating-point binary operation. Thus, the range of the operands and the result of the operation are limited to the ranges for floating-point binary numbers.
Description
The SINH function returns the hyperbolic sine of the angle x expressed in radians. The result has the same data type as x.