| Alternative 1 | |
|---|---|
| Error | 25.45% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.65 \cdot 10^{+76}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -4.8 \cdot 10^{+53}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{elif}\;x \leq -4 \cdot 10^{-26}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4.2 \cdot 10^{+26}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]