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