COTH
Applies to: Calculated column Calculated table Measure Visual calculation
Returns the hyperbolic cotangent of a hyperbolic angle.
COTH (<number>)
Term | Definition |
---|---|
number | The hyperbolic angle in radians for which you want the hyperbolic cotangent. |
The hyperbolic cotangent of the given angle.
The hyperbolic cotangent is an analog of the ordinary (circular) cotangent.
The absolute value of number must be less than
and cannot be 0.If number is outside its constraints, an error is returned
If number is a non-numeric value, an error is returned.
The following equation is used:
This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
The following DAX query,
EVALUATE { COTH(2) }
Returns
[Value] |
---|
1.03731472072755 |