| Alternative 1 | |
|---|---|
| Error | 25.3 |
| Cost | 588 |
\[\begin{array}{l}
\mathbf{if}\;y \leq 1.22 \cdot 10^{-229}:\\
\;\;\;\;0.1 \cdot x\\
\mathbf{elif}\;y \leq 5.8 \cdot 10^{-192}:\\
\;\;\;\;0.1 \cdot y\\
\mathbf{elif}\;y \leq 6.8 \cdot 10^{-44}:\\
\;\;\;\;0.1 \cdot x\\
\mathbf{else}:\\
\;\;\;\;0.1 \cdot y\\
\end{array}
\]