| Alternative 1 | |
|---|---|
| Error | 20.8 |
| Cost | 1512 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.9 \cdot 10^{+205}:\\
\;\;\;\;-x\\
\mathbf{elif}\;x \leq -8.5 \cdot 10^{+185}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;x \leq -3.7 \cdot 10^{+74}:\\
\;\;\;\;-x\\
\mathbf{elif}\;x \leq -2.9 \cdot 10^{+43}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;x \leq -1.7 \cdot 10^{-69}:\\
\;\;\;\;-x\\
\mathbf{elif}\;x \leq 1.25 \cdot 10^{-137}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq 8.5 \cdot 10^{-81}:\\
\;\;\;\;-x\\
\mathbf{elif}\;x \leq 5 \cdot 10^{-40}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq 3.1 \cdot 10^{+22}:\\
\;\;\;\;-x\\
\mathbf{elif}\;x \leq 1.5 \cdot 10^{+90}:\\
\;\;\;\;x \cdot y\\
\mathbf{else}:\\
\;\;\;\;-x\\
\end{array}
\]