| Alternative 1 | |
|---|---|
| Accuracy | 72.8% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.85 \cdot 10^{-5}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 5.2 \cdot 10^{-97}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq 4.2 \cdot 10^{+33}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 2.1 \cdot 10^{+63}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]