COSH function

This topic describes the formula syntax and usage of the COSH function in the Data Quality Execute Formula transform.

Description

Returns the hyperbolic cosine of a number.

Syntax

COSH(number)

The COSH function syntax has the following arguments:

  • Number Required. Any real number for which you want to find the hyperbolic cosine.

Note

The hyperbolic cosine is the even part of the exponential function:

Example

Data: 1.22173 radians or 70 degrees in Angle field.
Data field Formula Description Result
4 COS(Data) Hyperbolic cosine of 4 27.308233
2.718282 COS(Data) Hyperbolic cosine of the base of the natural logarithm:
COSH(EXP(1))
7.6101251