| Alternative 1 | |
|---|---|
| Error | 20.6 |
| Cost | 588 |
\[\begin{array}{l}
\mathbf{if}\;y \leq 9.2 \cdot 10^{-147}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;y \leq 1.1 \cdot 10^{-92}:\\
\;\;\;\;y \cdot y\\
\mathbf{elif}\;y \leq 5.5 \cdot 10^{-78}:\\
\;\;\;\;x \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot y\\
\end{array}
\]