| Alternative 1 | |
|---|---|
| Error | 17.2 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.25 \cdot 10^{-87}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{elif}\;x \leq 7.5 \cdot 10^{-81}:\\
\;\;\;\;0.5 \cdot y\\
\mathbf{elif}\;x \leq 3.7 \cdot 10^{-61}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{elif}\;x \leq 5.2 \cdot 10^{-6}:\\
\;\;\;\;0.5 \cdot y\\
\mathbf{else}:\\
\;\;\;\;0.5 \cdot x\\
\end{array}
\]