| Alternative 1 | |
|---|---|
| Error | 17.9 |
| Cost | 1248 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.9 \cdot 10^{+18}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -118:\\
\;\;\;\;0.002 \cdot y\\
\mathbf{elif}\;x \leq -1.7 \cdot 10^{-63}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 3.2 \cdot 10^{-64}:\\
\;\;\;\;0.002 \cdot y\\
\mathbf{elif}\;x \leq 2.5 \cdot 10^{-6}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.55 \cdot 10^{+43}:\\
\;\;\;\;0.002 \cdot y\\
\mathbf{elif}\;x \leq 9 \cdot 10^{+60}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 7 \cdot 10^{+101}:\\
\;\;\;\;0.002 \cdot y\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]