| Alternative 1 | |
|---|---|
| Error | 16.1 |
| Cost | 584 |
\[\begin{array}{l}
\mathbf{if}\;z \leq -3.8 \cdot 10^{-7}:\\
\;\;\;\;z \cdot -0.125\\
\mathbf{elif}\;z \leq 46000000:\\
\;\;\;\;y \cdot \left(x \cdot 0.5\right)\\
\mathbf{else}:\\
\;\;\;\;z \cdot -0.125\\
\end{array}
\]