DAX Math & Trigonometric - TANH function



Description

Returns the hyperbolic tangent of a number. DAX TANH function is new in Excel 2016.

Syntax

TANH (<number>) 

Parameters

Sr.No. Parameter & Description
1

number

Any real number.

Return Value

The hyperbolic tangent of a number.

Remarks

The formula for the hyperbolic tangent is −

$$TANH(z)\:=\:\frac{SINH(z)}{COSH(z)}$$

Example

= TANH (5) returns 0.999909204262595. 
= TANH (1) returns 0.761594155955765. 
dax_functions_mathematical_trigonometric.htm
Advertisements