This Oracle tutorial explains how to use the Oracle/PLSQL COSH function with syntax and examples.
The Oracle/PLSQL COSH function returns the hyperbolic cosine of a number.
The syntax for the COSH function in Oracle/PLSQL is:
COSH( number )
The number used to calculate the hyperbolic cosine.
The COSH function returns a numeric value.
The COSH function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle COSH function examples and explore how to use the COSH function in Oracle/PLSQL.
For example:
COSH(0.2)
Output: 1.02006675561908
COSH(0.35)
Output: 1.06187781915599
COSH(-3.15)
Output: 11.6894583539049
COSH(200)
Output: 3.61298688406287E86
COSH(0)
Output: 1