| Alternative 1 | |
|---|---|
| Error | 0.6 |
| Cost | 1096 |
\[\begin{array}{l}
t_0 := \left(x + 1\right) \cdot \left(x + 1\right) - 1\\
\mathbf{if}\;x + 1 \leq -2:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x + 1 \leq 1.0000001:\\
\;\;\;\;2 \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]