| Alternative 1 | |
|---|---|
| Accuracy | 72.1% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.8 \cdot 10^{-24}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.35 \cdot 10^{-145}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{elif}\;x \leq 1.8 \cdot 10^{-76}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4.2 \cdot 10^{+48}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]