Background
Consider the following iteration:
$$ \begin{aligned} x_{n+1} = \sin(x_n)\\ y_{n+1} = \cos(y_n)\\ z_{n+1} = \tan(z_n)\\ \end{aligned} $$
For any $(x_0, y_0, z_0)\in\mathbb{R}$, $x_n$ converges to $0$, $y_n$ converges to $0.739$, $z_n$ does not always converge.
And for almost all initial values, $y_n$ converges faster than $x_n$.
Question
I would like to know if there is any way to measure the iterative convergence speed of two elementary functions.
These elementary functions are not always continuous, but are smooth on every piecewise interval.
