| Alternative 1 | |
|---|---|
| Error | 17.7 |
| Cost | 984 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.95 \cdot 10^{+133}:\\
\;\;\;\;-0.375 \cdot y\\
\mathbf{elif}\;y \leq -2.9 \cdot 10^{+26}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -3.1 \cdot 10^{-27}:\\
\;\;\;\;-0.375 \cdot y\\
\mathbf{elif}\;y \leq 4.5 \cdot 10^{-18}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 310:\\
\;\;\;\;-0.375 \cdot y\\
\mathbf{elif}\;y \leq 1.4 \cdot 10^{+70}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;-0.375 \cdot y\\
\end{array}
\]