| Alternative 1 | |
|---|---|
| Error | 16.6 |
| Cost | 984 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.25 \cdot 10^{+72}:\\
\;\;\;\;200 \cdot x\\
\mathbf{elif}\;x \leq -8 \cdot 10^{+23}:\\
\;\;\;\;y \cdot -200\\
\mathbf{elif}\;x \leq -2.3 \cdot 10^{-45}:\\
\;\;\;\;200 \cdot x\\
\mathbf{elif}\;x \leq 0.000145:\\
\;\;\;\;y \cdot -200\\
\mathbf{elif}\;x \leq 2.5 \cdot 10^{+70}:\\
\;\;\;\;200 \cdot x\\
\mathbf{elif}\;x \leq 6.8 \cdot 10^{+102}:\\
\;\;\;\;y \cdot -200\\
\mathbf{else}:\\
\;\;\;\;200 \cdot x\\
\end{array}
\]