| Alternative 1 | |
|---|---|
| Error | 17.7 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.85 \cdot 10^{+132}:\\
\;\;\;\;0.002 \cdot y\\
\mathbf{elif}\;y \leq -2.9 \cdot 10^{+26}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -3.1 \cdot 10^{-27}:\\
\;\;\;\;0.002 \cdot y\\
\mathbf{elif}\;y \leq 4.6 \cdot 10^{+67}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;0.002 \cdot y\\
\end{array}
\]