| Alternative 1 | |
|---|---|
| Error | 18.9 |
| Cost | 1504 |
\[\begin{array}{l}
t_0 := 1 + -2 \cdot \frac{y}{x}\\
\mathbf{if}\;x \leq -3.3 \cdot 10^{+105}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -2.1 \cdot 10^{+26}:\\
\;\;\;\;-1\\
\mathbf{elif}\;x \leq -6.8 \cdot 10^{-43}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.05 \cdot 10^{-141}:\\
\;\;\;\;-1\\
\mathbf{elif}\;x \leq 2.1 \cdot 10^{-55}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 5 \cdot 10^{-24}:\\
\;\;\;\;-1\\
\mathbf{elif}\;x \leq 1.7:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 2.05 \cdot 10^{+40}:\\
\;\;\;\;-1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]