Hyperbolic cotangent
Y = coth(X)
The coth function operates element-wise on arrays. The function's domains and ranges include complex values. All angles are in radians.
coth
Y = coth(X) returns the hyperbolic cotangent for each element of X.
X
collapse all
Plot the hyperbolic cotangent over the domain and .
x1 = -pi+0.01:0.01:-0.01; x2 = 0.01:0.01:pi-0.01; plot(x1,coth(x1),x2,coth(x2)) grid on
The hyperbolic cotangent of z is
coth(z)=1tanh(z).
This function fully supports tall arrays. For more information, see Tall Arrays.
acoth | cosh | cot | sinh | tanh
acoth
cosh
cot
sinh
tanh