| Alternative 1 | |
|---|---|
| Error | 19.0 |
| Cost | 976 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.2042385164999812 \cdot 10^{-44}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq -2.9576375028870844 \cdot 10^{-83}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -3.935978927670419 \cdot 10^{-167}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq 7.1587393462405715 \cdot 10^{+84}:\\
\;\;\;\;1 + -2 \cdot \frac{y}{x}\\
\mathbf{else}:\\
\;\;\;\;-1\\
\end{array}
\]