| Alternative 1 | |
|---|---|
| Error | 17.8 |
| Cost | 1248 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -5 \cdot 10^{+18}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -165:\\
\;\;\;\;-0.005 \cdot y\\
\mathbf{elif}\;x \leq -8 \cdot 10^{-53}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.8 \cdot 10^{-77}:\\
\;\;\;\;-0.005 \cdot y\\
\mathbf{elif}\;x \leq 2.05 \cdot 10^{-9}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.65 \cdot 10^{+43}:\\
\;\;\;\;-0.005 \cdot y\\
\mathbf{elif}\;x \leq 1.2 \cdot 10^{+61}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.3 \cdot 10^{+100}:\\
\;\;\;\;-0.005 \cdot y\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]