ASINH
Applies to: Calculated column Calculated table Measure Visual calculation
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
This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
Example
Formula | Description | Result |
---|---|---|
= ASINH(-2.5) | Inverse hyperbolic sine of -2.5 | -1.647231146 |
= ASINH(10) | Inverse hyperbolic sine of 10 | 2.99822295 |