| Alternative 1 | |
|---|---|
| Error | 20.2 |
| Cost | 1312 |
\[\begin{array}{l}
t_0 := -\frac{y}{x}\\
\mathbf{if}\;x \leq -9.2 \cdot 10^{+54}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq -7.4 \cdot 10^{+18}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -1.25 \cdot 10^{-151}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 2.3 \cdot 10^{-193}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 2.7 \cdot 10^{-168}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 7.6 \cdot 10^{-73}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.5 \cdot 10^{-51}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 7000000000:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]