| Alternative 1 | |
|---|---|
| Error | 24.7 |
| Cost | 588 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.55 \cdot 10^{-6}:\\
\;\;\;\;0.1 \cdot x\\
\mathbf{elif}\;x \leq -2.8 \cdot 10^{-37}:\\
\;\;\;\;0.1 \cdot y\\
\mathbf{elif}\;x \leq -2.5 \cdot 10^{-99}:\\
\;\;\;\;0.1 \cdot x\\
\mathbf{else}:\\
\;\;\;\;0.1 \cdot y\\
\end{array}
\]