TANH Function (DAX)

 

Returns the hyperbolic tangent of a number.

TANH(number)  

Parameters

TermDefinition
numberRequired. Any real number.

Returns the hyperbolic tangent of a number.

The formula for the hyperbolic tangent is:

Formula

FormulaDescriptionResult
=TANH(-2)Hyperbolic tangent of -2 (-0.96403)-0.964028
=TANH(0)Hyperbolic tangent of 0 (0)0
=TANH(0.5)Hyperbolic tangent of 0.5 (0.462117)0.462117

Community Additions

ADD
Show: