| Alternative 1 | |
|---|---|
| Accuracy | 73.8% |
| Cost | 1112 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.3 \cdot 10^{+58}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq -9 \cdot 10^{+14}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq -1.05 \cdot 10^{-39}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 3 \cdot 10^{-18}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq 9.5 \cdot 10^{+38}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 5.5 \cdot 10^{+43}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1 - \frac{y}{x}\\
\end{array}
\]