The function $f(x)=\cot^{-1} x$ is well known to be neither even nor odd because $\cot^{-1}(-x)=\pi-\cot^{-1} x$. it's domain is $(-\infty, \infty)$ and range is $(0, \pi)$. Today, I was surprised to notice that Mathematica treats it as an odd function, and yields its plot as given below:
How to reconcile this ? I welcome your comments.
Edit: I used: Plot[ArcCot[x], {x, -3, 3}] there to plot


We have that $\cot^{-1}(-x)$ is invertible only on suitable restrictions, in this case it seems Mathematica is considering the following definition
$$f(x)=\cot^{-1}(x): \mathbb R \to \left(-\frac \pi 2, \frac \pi 2\right)$$
that is also the definition used by Wolfram.