| Alternative 1 | |
|---|---|
| Error | 16.5 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -9 \cdot 10^{-46}:\\
\;\;\;\;x \cdot 0.1\\
\mathbf{elif}\;x \leq 5.8 \cdot 10^{-5}:\\
\;\;\;\;y \cdot 0.1\\
\mathbf{elif}\;x \leq 3 \cdot 10^{+86}:\\
\;\;\;\;x \cdot 0.1\\
\mathbf{elif}\;x \leq 1.7 \cdot 10^{+107}:\\
\;\;\;\;y \cdot 0.1\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.1\\
\end{array}
\]