Cotangent of angle in radians
Y = cot(X)
returns
the cotangent of elements of Y
= cot(X
)X
. The cot
function
operates element-wise on arrays. The function accepts both real and
complex inputs. For real values of X
in the interval
[-Inf,Inf], cot
returns real values in the interval
[-Inf,Inf].. For complex values of X
, cot
returns
complex values. All angles are in radians.