| Alternative 1 | |
|---|---|
| Error | 16.0 |
| Cost | 7248 |
\[\begin{array}{l}
t_0 := 0.5 \cdot \left(y \cdot \sqrt{z}\right)\\
\mathbf{if}\;x \leq -2.15 \cdot 10^{+71}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{elif}\;x \leq -8.2 \cdot 10^{+36}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -3.9 \cdot 10^{-13}:\\
\;\;\;\;0.5 \cdot \frac{1}{\frac{1}{x}}\\
\mathbf{elif}\;x \leq 4 \cdot 10^{-47}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot x\\
\end{array}
\]