Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 957 Bytes

asinh-function-dax.md

File metadata and controls

36 lines (24 loc) · 957 Bytes
description title
Learn more about: ASINH
ASINH function (DAX) | Microsoft Docs

ASINH

[!INCLUDEapplies-to-measures-columns-tables-visual-calculations]

Returns the inverse hyperbolic sine of a number. The inverse hyperbolic sine is the value whose hyperbolic sine is number, so ASINH(SINH(number)) equals number.

Syntax

ASINH(number)  

Parameters

Term Definition
number Any real number.

Return value

Returns the inverse hyperbolic sine of a number.

Remarks

[!INCLUDE function-not-supported-in-directquery-mode]

Example

Formula Description Result
= ASINH(-2.5) Inverse hyperbolic sine of -2.5 -1.647231146
= ASINH(10) Inverse hyperbolic sine of 10 2.99822295