| Alternative 1 | |
|---|---|
| Accuracy | 72.2% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.4 \cdot 10^{-5}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 5.1 \cdot 10^{-145}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{elif}\;x \leq 2.4 \cdot 10^{-77}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.3 \cdot 10^{+51}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]