| Alternative 1 | |
|---|---|
| Accuracy | 99.6% |
| Cost | 6852 |
\[\begin{array}{l}
t_0 := \frac{x}{\left(x \cdot x\right) \cdot 0.25 + -4}\\
\mathbf{if}\;x \leq 1.25 \cdot 10^{-5}:\\
\;\;\;\;t_0 \cdot \left(x \cdot 0.5\right) + t_0 \cdot -2\\
\mathbf{else}:\\
\;\;\;\;\sqrt{x + 1} + -1\\
\end{array}
\]