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>
1. | COSH: Returns the hyperbolic cosine of a value | ||
2. | COSH() function returns the hyperbolic cosine of |