| Alternative 1 | |
|---|---|
| Error | 25.7 |
| Cost | 588 |
\[\begin{array}{l}
\mathbf{if}\;y \leq 2.8 \cdot 10^{-179}:\\
\;\;\;\;0.1 \cdot x\\
\mathbf{elif}\;y \leq 4.9 \cdot 10^{-166}:\\
\;\;\;\;0.1 \cdot y\\
\mathbf{elif}\;y \leq 4.8 \cdot 10^{-113}:\\
\;\;\;\;0.1 \cdot x\\
\mathbf{else}:\\
\;\;\;\;0.1 \cdot y\\
\end{array}
\]