| Alternative 1 | |
|---|---|
| Accuracy | 71.9% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.3 \cdot 10^{+133}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 230:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq 5.5 \cdot 10^{+66}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 1.26 \cdot 10^{+118}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]