This is the extension of my previous inquiry:
Is it possible to describe the Collatz function in one formula?
Can each of all functions be expressed in one formula? That is, can any function expressed with conditions(e.g. modular or interval conditions) be expressed without conditions or sub-functions?
For example, conditional function f(x) which $$f\left(n\right) = \begin{cases} 0 &\text{if } x<-1\\ 1 & \text{if } -1≤x<0 \\ 2 & \text{if } 0≤x<1 \\ 3 & \text{if } 1≤x \end{cases}$$ Can be described by
$$f\left(x\right)=\left[\arctan \left(x\tan \left(1\right)\right)\right]+2$$