| Alternative 1 | |
|---|---|
| Error | 24.4 |
| Cost | 852 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -4 \cdot 10^{-10}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq -2.1 \cdot 10^{-60}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -3.2 \cdot 10^{-92}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;y \leq 9 \cdot 10^{-54}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 5.6 \cdot 10^{+152}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]