| Alternative 1 |
|---|
| Error | 25.71% |
|---|
| Cost | 978 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0005 \lor \neg \left(x \leq 8.2 \cdot 10^{-61} \lor \neg \left(x \leq 8.4 \cdot 10^{-33}\right) \land x \leq 0.0022\right):\\
\;\;\;\;1 + -2 \cdot \frac{y}{x}\\
\mathbf{else}:\\
\;\;\;\;-1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 25.31% |
|---|
| Cost | 977 |
|---|
\[\begin{array}{l}
t_0 := 1 + -2 \cdot \frac{y}{x}\\
\mathbf{if}\;x \leq -1.25 \cdot 10^{-7}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 8.2 \cdot 10^{-61}:\\
\;\;\;\;2 \cdot \frac{x}{y} + -1\\
\mathbf{elif}\;x \leq 5.8 \cdot 10^{-33} \lor \neg \left(x \leq 4.5 \cdot 10^{-8}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;-1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 25.66% |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.00022:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 1.85 \cdot 10^{-6}:\\
\;\;\;\;-1\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]