| Alternative 1 | |
|---|---|
| Error | 16.3 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -9 \cdot 10^{-46}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 5.8 \cdot 10^{-5}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{elif}\;x \leq 3 \cdot 10^{+86}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.7 \cdot 10^{+107}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]