| Alternative 1 | |
|---|---|
| Error | 8.9 |
| Cost | 848 |
\[\begin{array}{l}
t_0 := y \cdot \left(x + 1\right)\\
\mathbf{if}\;y \leq -1:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;y \leq 2.5 \cdot 10^{-201}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 6.5 \cdot 10^{-169}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 3.9 \cdot 10^{-88}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]