COSH(3.1415926) : COSH « Numerical Math Functions « Oracle PL/SQL Tutorial






SQL> select COSH(3.1415926) from dual;

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








14.10.COSH
14.10.1.Using the COSH function to find the hyperbolic cosine of 30 degrees
14.10.2.COSH(3.1415926)