| Alternative 1 | |
|---|---|
| Accuracy | 73.5% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -2 \cdot 10^{-43}:\\
\;\;\;\;y\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{+23}:\\
\;\;\;\;x + x\\
\mathbf{elif}\;y \leq 7.8 \cdot 10^{+59}:\\
\;\;\;\;y\\
\mathbf{elif}\;y \leq 1.1 \cdot 10^{+92}:\\
\;\;\;\;x + x\\
\mathbf{else}:\\
\;\;\;\;y\\
\end{array}
\]