| Alternative 1 | |
|---|---|
| Error | 19.3 |
| Cost | 784 |
\[\begin{array}{l}
t_0 := -\frac{y}{x}\\
\mathbf{if}\;y \leq -4 \cdot 10^{+105}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1 \cdot 10^{-54}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -4 \cdot 10^{-108}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 6.2 \cdot 10^{-14}:\\
\;\;\;\;1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]