| Alternative 1 |
|---|
| Error | 17.2 |
|---|
| Cost | 1240 |
|---|
\[\begin{array}{l}
t_0 := 1 + -2 \cdot \frac{y}{x}\\
\mathbf{if}\;y \leq -1.9 \cdot 10^{+90}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq -1.4 \cdot 10^{+79}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -0.19:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq -9 \cdot 10^{-93}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -5 \cdot 10^{-119}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq 2.9 \cdot 10^{+91}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;-1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 16.9 |
|---|
| Cost | 1240 |
|---|
\[\begin{array}{l}
t_0 := 2 \cdot \frac{x}{y} + -1\\
t_1 := 1 + -2 \cdot \frac{y}{x}\\
\mathbf{if}\;y \leq -2.5 \cdot 10^{+90}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -5 \cdot 10^{+80}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -1.7 \cdot 10^{-5}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -9 \cdot 10^{-93}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -4.4 \cdot 10^{-119}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{+91}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 17.9 |
|---|
| Cost | 856 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -7.5 \cdot 10^{+91}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq -5 \cdot 10^{+80}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -2.7 \cdot 10^{-55}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq -9 \cdot 10^{-93}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -5 \cdot 10^{-119}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq 8 \cdot 10^{+75}:\\
\;\;\;\;1\\
\mathbf{else}:\\
\;\;\;\;-1\\
\end{array}
\]