Y = acoth(X) returns the
inverse hyperbolic cotangent of the elements of X. The function accepts
both real and complex inputs. All angles are in radians.
X — Hyperbolic cotangent of angle scalar | vector | matrix | multidimensional array
Hyperbolic cotangent of angle, specified as a scalar, vector, matrix, or
multidimensional array. The acoth operation is element-wise when
X is nonscalar.
Data Types: single | double Complex Number Support: Yes
For real values in the domain and , the inverse hyperbolic cotangent satisfies
For complex numbers as well as real values in the domain , the call acoth(z) returns complex results.
Extended Capabilities
Tall Arrays Calculate with arrays that have more rows than fit in memory.
This function fully supports tall arrays. For
more information, see Tall Arrays.
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.
GPU Arrays Accelerate code by running on a graphics processing unit (GPU) using Parallel Computing Toolbox™.
Usage notes and limitations:
If the output of the function running on the GPU can be complex, then you must explicitly specify its input arguments as complex. For more information, see Work with Complex Numbers on a GPU (Parallel Computing Toolbox).