| Alternative 1 | |
|---|---|
| Error | 16.0 |
| Cost | 584 |
\[\begin{array}{l}
\mathbf{if}\;z \leq -5.5 \cdot 10^{-41}:\\
\;\;\;\;z \cdot -0.125\\
\mathbf{elif}\;z \leq 5.8 \cdot 10^{-98}:\\
\;\;\;\;y \cdot \left(x \cdot 0.5\right)\\
\mathbf{else}:\\
\;\;\;\;z \cdot -0.125\\
\end{array}
\]