| Alternative 1 | |
|---|---|
| Error | 16.9 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.65 \cdot 10^{+71}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 3 \cdot 10^{-21}:\\
\;\;\;\;-0.005 \cdot y\\
\mathbf{elif}\;x \leq 1.65 \cdot 10^{-9}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4.55 \cdot 10^{+76}:\\
\;\;\;\;-0.005 \cdot y\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]