| Alternative 1 | |
|---|---|
| Error | 24.2 |
| Cost | 984 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.65 \cdot 10^{+203}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq -3.4 \cdot 10^{+96}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq -4.2 \cdot 10^{+19}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;y \leq -4.7 \cdot 10^{-61}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 1.1 \cdot 10^{-48}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 9.6 \cdot 10^{+86}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]