| Alternative 1 | |
|---|---|
| Error | 25.6 |
| Cost | 588 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.35 \cdot 10^{-61}:\\
\;\;\;\;x \cdot 0.1\\
\mathbf{elif}\;x \leq -7.5 \cdot 10^{-152}:\\
\;\;\;\;y \cdot 0.1\\
\mathbf{elif}\;x \leq -1.6 \cdot 10^{-200}:\\
\;\;\;\;x \cdot 0.1\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.1\\
\end{array}
\]