| Alternative 1 | |
|---|---|
| Accuracy | 74.3% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1 \cdot 10^{+54}:\\
\;\;\;\;x + x\\
\mathbf{elif}\;x \leq -0.108:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq -1 \cdot 10^{-35}:\\
\;\;\;\;x + x\\
\mathbf{elif}\;x \leq 8.8 \cdot 10^{-16}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;x + x\\
\end{array}
\]