| Alternative 1 | |
|---|---|
| Error | 16.8 |
| Cost | 976 |
\[\begin{array}{l}
t_0 := 1 + -2 \cdot \frac{y}{x}\\
\mathbf{if}\;y \leq -6 \cdot 10^{+83}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq 8.5 \cdot 10^{-58}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 4.8 \cdot 10^{-35}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq 13500000000000:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.6 \cdot 10^{+33}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq 1.35 \cdot 10^{+54}:\\
\;\;\;\;1\\
\mathbf{else}:\\
\;\;\;\;-1\\
\end{array}
\]