| Alternative 1 | |
|---|---|
| Error | 16.3 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -6 \cdot 10^{+95}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -6.5 \cdot 10^{+49}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{elif}\;x \leq -4 \cdot 10^{+30}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.05 \cdot 10^{+31}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]