SINH
Applies to: Calculated column Calculated table Measure Visual calculation
Returns the hyperbolic sine of a number.
Syntax
SINH(number)
Parameters
Term | Definition |
---|---|
number | Required. Any real number. |
Return value
Returns the hyperbolic sine of a number.
Remarks
The formula for the hyperbolic sine is:
$$\text{SINH}(z) = \frac{e^{z} - e^{-z}}{2}$$
This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
Example
Probability of obtaining a result of less than 1.03 seconds.
= 2.868*SINH(0.0342\*1.03)
Returns, 0.1010491