acot calculates the arccotangent.
Return Value
r is the arccotangent of m.
Parameters
m is a real or complex matrix.
Comment
Algorithm: -(1./2i) .* log ((1i .* x + 1)./(1i .* x - 1)).
See also
Overview Mathematic, tan
id-1273532
acosh
AddExternDocPage