| Alternative 1 | |
|---|---|
| Error | 23.0 |
| Cost | 984 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.75 \cdot 10^{-152}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;y \leq 1.15 \cdot 10^{-69}:\\
\;\;\;\;z \cdot t\\
\mathbf{elif}\;y \leq 8.2 \cdot 10^{-42}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;y \leq 1.02 \cdot 10^{+18}:\\
\;\;\;\;z \cdot t\\
\mathbf{elif}\;y \leq 2.1 \cdot 10^{+72}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;y \leq 6.8 \cdot 10^{+78}:\\
\;\;\;\;z \cdot t\\
\mathbf{else}:\\
\;\;\;\;x \cdot y\\
\end{array}
\]