| Alternative 1 | |
|---|---|
| Error | 19.2 |
| Cost | 1312 |
\[\begin{array}{l}
t_0 := -\frac{y}{x}\\
\mathbf{if}\;x \leq -8.8 \cdot 10^{+83}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq -3.5 \cdot 10^{+37}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -38000000:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq -5 \cdot 10^{-51}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -1.35 \cdot 10^{-107}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 4 \cdot 10^{-57}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 2 \cdot 10^{+36}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 5.5 \cdot 10^{+53}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]