| Alternative 1 | |
|---|---|
| Accuracy | 74.6% |
| Cost | 1248 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.4 \cdot 10^{+152}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;y \leq -2.85 \cdot 10^{+135}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -1.6 \cdot 10^{+60}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;y \leq -1 \cdot 10^{-9}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -1.3 \cdot 10^{-47}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;y \leq 1.35 \cdot 10^{-59}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq 2 \cdot 10^{-38}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;y \leq 2.6 \cdot 10^{+33}:\\
\;\;\;\;1\\
\mathbf{else}:\\
\;\;\;\;\frac{x}{y}\\
\end{array}
\]