| Alternative 1 | |
|---|---|
| Error | 11.4 |
| Cost | 6860 |
\[\begin{array}{l}
\mathbf{if}\;x \leq 8.8 \cdot 10^{-141}:\\
\;\;\;\;\sqrt{y}\\
\mathbf{elif}\;x \leq 10^{-110}:\\
\;\;\;\;\sqrt{x}\\
\mathbf{elif}\;x \leq 1.7 \cdot 10^{-54}:\\
\;\;\;\;\sqrt{y}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{x}\\
\end{array}
\]