| Alternative 1 | |
|---|---|
| Error | 11.2 |
| Cost | 6860 |
\[\begin{array}{l}
\mathbf{if}\;x \leq 4.7 \cdot 10^{-178}:\\
\;\;\;\;\sqrt{y}\\
\mathbf{elif}\;x \leq 2.4 \cdot 10^{-170}:\\
\;\;\;\;\sqrt{x}\\
\mathbf{elif}\;x \leq 1.6 \cdot 10^{-77}:\\
\;\;\;\;\sqrt{y}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{x}\\
\end{array}
\]