| Alternative 1 | |
|---|---|
| Error | 13.8 |
| Cost | 848 |
\[\begin{array}{l}
t_0 := x \cdot \left(y + 1\right)\\
t_1 := y \cdot \left(x + z\right)\\
\mathbf{if}\;x \leq -4.5 \cdot 10^{+19}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -6.8 \cdot 10^{-72}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -2.3 \cdot 10^{-118}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.45 \cdot 10^{-44}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]