Skip to content

SINH

SINH(X)This function takes a single argument ‘X’ and returns the hyperbolic sine of ‘X’. ‘X’ is a numeric value expressed in radians.

Section titled “SINH(X)This function takes a single argument ‘X’ and returns the hyperbolic sine of ‘X’. ‘X’ is a numeric value expressed in radians.”
  • x: Numeric value for which the hyperbolic sine is to be calculated.
SELECT SINH(1);
1.1752011936438014

In the code, the SINH function is used to return the hyperbolic sine of a number. The number used in this example is 1, and the output is approximately 1.175, which is the hyperbolic sine of 1.