| Alternative 1 | |
|---|---|
| Error | 17.1 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -7.5 \cdot 10^{+94}:\\
\;\;\;\;-0.005 \cdot y\\
\mathbf{elif}\;y \leq -8.2 \cdot 10^{+46}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -3.95 \cdot 10^{-50}:\\
\;\;\;\;-0.005 \cdot y\\
\mathbf{elif}\;y \leq 6.8 \cdot 10^{+72}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;-0.005 \cdot y\\
\end{array}
\]