Number.Tanh is a Power Query M function that computes the hyperbolic tangent of a given number. The function returns the hyperbolic tangent value as a number.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Number.Tanh( number as nullable number ) as nullable number
Description
Returns the hyperbolic tangent of number
.
Related functions
Other functions related to Number.Tanh are:
- Number.Acos
- Number.Asin
- Number.Atan
- Number.Atan2
- Number.Cos
- Number.Cosh
- Number.Sin
- Number.Sinh
- Number.Tan
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy