| Alternative 1 | |
|---|---|
| Error | 18.3 |
| Cost | 1248 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.5 \cdot 10^{+48}:\\
\;\;\;\;1.5 \cdot x\\
\mathbf{elif}\;x \leq -380000000000:\\
\;\;\;\;-0.5 \cdot y\\
\mathbf{elif}\;x \leq -5.8 \cdot 10^{-64}:\\
\;\;\;\;1.5 \cdot x\\
\mathbf{elif}\;x \leq 8.5 \cdot 10^{-143}:\\
\;\;\;\;-0.5 \cdot y\\
\mathbf{elif}\;x \leq 4 \cdot 10^{-101}:\\
\;\;\;\;1.5 \cdot x\\
\mathbf{elif}\;x \leq 6.8 \cdot 10^{-73}:\\
\;\;\;\;-0.5 \cdot y\\
\mathbf{elif}\;x \leq 1.1 \cdot 10^{-11}:\\
\;\;\;\;1.5 \cdot x\\
\mathbf{elif}\;x \leq 2.2 \cdot 10^{+98}:\\
\;\;\;\;-0.5 \cdot y\\
\mathbf{else}:\\
\;\;\;\;1.5 \cdot x\\
\end{array}
\]