| Alternative 1 | |
|---|---|
| Accuracy | 74.3% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.7 \cdot 10^{-16}:\\
\;\;\;\;x + x\\
\mathbf{elif}\;x \leq 3.4 \cdot 10^{-99}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq 2.2 \cdot 10^{-16}:\\
\;\;\;\;x + x\\
\mathbf{elif}\;x \leq 9.2 \cdot 10^{+19}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;x + x\\
\end{array}
\]