| Alternative 1 | |
|---|---|
| Error | 17.9 |
| Cost | 33360 |
\[\begin{array}{l}
t_0 := y \cdot \sqrt{z}\\
t_1 := 0.5 \cdot t_0\\
\mathbf{if}\;t_0 \leq -5 \cdot 10^{+140}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t_0 \leq -4 \cdot 10^{+91}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{elif}\;t_0 \leq -5 \cdot 10^{-47}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t_0 \leq 4 \cdot 10^{-16}:\\
\;\;\;\;0.5 \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]