| Alternative 1 | |
|---|---|
| Error | 17.1 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.25 \cdot 10^{-87}:\\
\;\;\;\;2 \cdot x\\
\mathbf{elif}\;x \leq 1.35 \cdot 10^{-81}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq 3.8 \cdot 10^{-67}:\\
\;\;\;\;2 \cdot x\\
\mathbf{elif}\;x \leq 0.11:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;2 \cdot x\\
\end{array}
\]