| Alternative 1 | |
|---|---|
| Error | 28.5 |
| Cost | 1116 |
\[\begin{array}{l}
\mathbf{if}\;z \leq -3.8 \cdot 10^{+26}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq -2.3 \cdot 10^{-136}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;z \leq -1.8 \cdot 10^{-203}:\\
\;\;\;\;x \cdot 0.5\\
\mathbf{elif}\;z \leq -1.05 \cdot 10^{-238}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;z \leq 6 \cdot 10^{-118}:\\
\;\;\;\;x \cdot 0.5\\
\mathbf{elif}\;z \leq 2 \cdot 10^{-60}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;z \leq 2.15 \cdot 10^{+58}:\\
\;\;\;\;x \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]