Say I wish to find the sum of three arcus cotangents. I wanted to start with a smaller example, say $$\mathrm{arccot}{x} + \mathrm{arccot}{y}.$$
I know that $$ \mathrm{arccot}{x} = \begin{cases} \arctan{\frac{1}{x}} & \text{if $x>0$} \\ \pi + \arctan{\frac{1}{x}} & \text{if $x<0$} \end{cases} $$
And that $$ \arctan(x)+\arctan(y) = \begin{cases}\arctan\left(\dfrac{x+y}{1-xy}\right), &xy < 1 \\ \pi + \arctan\left(\dfrac{x+y}{1-xy}\right), &x>0,\; y>0,\; xy>1 \\ -\pi + \arctan\left(\dfrac{x+y}{1-xy}\right), &x<0,\; y<0,\; xy > 1\end{cases} $$
Is this the right path to find the expression for $\mathrm{arccot}{x} + \mathrm{arccot}{y}$?
Simply consider every case of $x,y,xy$? How to get to the sum of three arcus cotangents from here?
Was also looking for a "ready" formulation online but I ultimately failed. So out of curiosity - are arcus cotangents that rarely used?