| Alternative 1 | |
|---|---|
| Error | 26.1% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.52 \cdot 10^{+76}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -3.8 \cdot 10^{+35}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{elif}\;x \leq -1.58 \cdot 10^{-27}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 8.6 \cdot 10^{+49}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]