Number.Cosh is a Power Query M function that calculates the hyperbolic cosine of a given number. The function returns the hyperbolic cosine value of the input number.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Number.Cosh( number as nullable number ) as nullable number
Description
Returns the hyperbolic cosine of number
.
Related functions
Other functions related to Number.Cosh are:
- Number.Acos
- Number.Asin
- Number.Atan
- Number.Atan2
- Number.Cos
- Number.Sin
- Number.Sinh
- Number.Tan
- Number.Tanh
