| Alternative 1 | |
|---|---|
| Accuracy | 74.3% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -4.8 \cdot 10^{+54}:\\
\;\;\;\;y\\
\mathbf{elif}\;y \leq -9 \cdot 10^{-55}:\\
\;\;\;\;x + x\\
\mathbf{elif}\;y \leq -1 \cdot 10^{-110}:\\
\;\;\;\;y\\
\mathbf{elif}\;y \leq 9.2 \cdot 10^{+22}:\\
\;\;\;\;x + x\\
\mathbf{else}:\\
\;\;\;\;y\\
\end{array}
\]