| Alternative 1 | |
|---|---|
| Error | 17.2 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -3 \cdot 10^{+94}:\\
\;\;\;\;0.002 \cdot y\\
\mathbf{elif}\;y \leq -1.55 \cdot 10^{+47}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -1.7 \cdot 10^{-61}:\\
\;\;\;\;0.002 \cdot y\\
\mathbf{elif}\;y \leq 1.45 \cdot 10^{+70}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;0.002 \cdot y\\
\end{array}
\]