COSH Function (DAX)
How does the COSH function (DAX) work?
The COSH function (DAX) returns the hyperbolic cosine of a number.
COSH Formula Syntax
COSH(
number
)
How do you use the COSH function?
The COSH function is used to calculates the hyperbolic cosine of a supplied number. It can be entered as part of a formula in a cell of a worksheet.(number). It can be used as a worksheet function (WS) in Excel.
Related Blog Posts
Related Support Forum Posts
Understanding DAX Formula
Developing Complex Dax functions
Considerations when using the COSH function
A number is required. Any real number for which you want to find the hyperbolic cosine.
Related Video Tutorials
Formula examples using the COSH function
=COSH(4)
=COSH(EXP(1))
=COSH(2.11)