| Alternative 1 | |
|---|---|
| Error | 17.1 |
| Cost | 984 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.9 \cdot 10^{+74}:\\
\;\;\;\;500 \cdot x\\
\mathbf{elif}\;x \leq -4.5 \cdot 10^{-74}:\\
\;\;\;\;y \cdot -500\\
\mathbf{elif}\;x \leq -1.85 \cdot 10^{-105}:\\
\;\;\;\;500 \cdot x\\
\mathbf{elif}\;x \leq 7 \cdot 10^{-5}:\\
\;\;\;\;y \cdot -500\\
\mathbf{elif}\;x \leq 3 \cdot 10^{+86}:\\
\;\;\;\;500 \cdot x\\
\mathbf{elif}\;x \leq 6.8 \cdot 10^{+102}:\\
\;\;\;\;y \cdot -500\\
\mathbf{else}:\\
\;\;\;\;500 \cdot x\\
\end{array}
\]