DAX Math & Trigonometric - ATANH function



Description

Returns the inverse hyperbolic tangent of a number.

DAX ATANH function is new in Excel 2016.

Syntax

ATANH (<number>) 

Parameters

Sr.No. Parameter & Description
1

number

Any real number between 1 and -1 (excluding -1 and 1).

Return Value

Returns the inverse hyperbolic tangent of a number.

Remarks

The inverse hyperbolic tangent is the value whose hyperbolic tangent is a number.

ATANH (TANH (number)) equals number.

Example

= ATANH(.1) returns 0.100335347731076. 
dax_functions_mathematical_trigonometric.htm
Advertisements