| Alternative 1 | |
|---|---|
| Accuracy | 73.5% |
| Cost | 1112 |
\[\begin{array}{l}
t_0 := 1 - \frac{y}{x}\\
\mathbf{if}\;x \leq -7.8 \cdot 10^{+18}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -1.15 \cdot 10^{-11}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq -5.2 \cdot 10^{-39}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 3.4 \cdot 10^{-193}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq 9.5 \cdot 10^{-181}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 1.95 \cdot 10^{+33}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]