COTH is a DAX function that returns the hyperbolic cotangent of a hyperbolic angle.
Syntax
COTH( Number )
Argument | Properties | Description |
---|---|---|
Number | Any real number. |
COTH is a DAX function that returns the hyperbolic cotangent of a hyperbolic angle.
COTH( Number )
Argument | Properties | Description |
---|---|---|
Number | Any real number. |
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
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 |
Other functions related to COTH are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy