Given that:
$$\lfloor x \rfloor = x - \frac{1}{2} + \frac{1}{\pi}\sum_{k=1}^{\infty}\frac{\sin{(2\pi kx)}}{k}$$
How can $\lfloor x \rfloor$ be rewritten using inverse hyperbolic trigonometric functions ($\sinh^{-1}$, $\cosh^{-1}$, $\tanh^{-1}$) instead of the sine function? Additionally, is it possible to do so without using any other trigonometric functions (other than the inverse hyperbolic functions)?
Using Maple:
$$\lfloor x\rfloor =x-\frac{1}{2}-\frac{i \tanh ^{-1}\left(-\frac{i \sin (2 \pi x)}{\cos (2 \pi x)-1}\right)}{\pi }$$ Maple can't convert all for
arctan.