| Alternative 1 | |
|---|---|
| Error | 16.9 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -8.5 \cdot 10^{+47}:\\
\;\;\;\;-0.375 \cdot y\\
\mathbf{elif}\;y \leq 8.5 \cdot 10^{-11}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 4.8 \cdot 10^{+34}:\\
\;\;\;\;-0.375 \cdot y\\
\mathbf{elif}\;y \leq 5.2 \cdot 10^{+98}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;-0.375 \cdot y\\
\end{array}
\]