DAX Math & Trigonometric - COSH function



Description

Returns the hyperbolic cosine of a number. DAX COSH function is new in Excel 2016.

Syntax

COSH (<number>) 

Parameters

Sr.No. Parameter & Description
1

number

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

Return Value

The hyperbolic cosine of number.

Remarks

The formula for the hyperbolic cosine is −

$$COSH(z)\:=\:\frac{e^{z}\:+\:e^{-z}}{z}$$

Example

= COSH (1.5) returns 2.35240961524325. 
= COSH (2.0) returns 3.76219569108363.
dax_functions_mathematical_trigonometric.htm
Advertisements