| Alternative 1 | |
|---|---|
| Error | 16.0 |
| Cost | 716 |
\[\begin{array}{l}
t_0 := \left(x \cdot 0.5\right) \cdot y\\
\mathbf{if}\;z \leq -1.9 \cdot 10^{-28}:\\
\;\;\;\;-0.125 \cdot z\\
\mathbf{elif}\;z \leq 1.9 \cdot 10^{-52}:\\
\;\;\;\;\begin{array}{l}
\mathbf{if}\;y \ne 0:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}\\
\mathbf{else}:\\
\;\;\;\;-0.125 \cdot z\\
\end{array}
\]