| Alternative 1 | |
|---|---|
| Error | 16.3 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.5 \cdot 10^{-46}:\\
\;\;\;\;x \cdot 2\\
\mathbf{elif}\;x \leq 7 \cdot 10^{-5}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq 3.4 \cdot 10^{+86}:\\
\;\;\;\;x \cdot 2\\
\mathbf{elif}\;x \leq 1.6 \cdot 10^{+107}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;x \cdot 2\\
\end{array}
\]