COSH(x): Returns the hyperbolic cosine of x : COSH « Numeric Math Functions « Oracle PL / SQL






COSH(x): Returns the hyperbolic cosine of x



SQL> --COSH(x): Returns the hyperbolic cosine of x.
SQL> select COSH(3.1415926) from dual;

COSH(3.1415926)
---------------
     11.5919527

SQL>
SQL>
           
       








Related examples in the same category

1.COSH: Returns the hyperbolic cosine of a value
2.COSH() function returns the hyperbolic cosine of .