| Alternative 1 | |
|---|---|
| Accuracy | 73.8% |
| Cost | 584 |
\[\begin{array}{l}
\mathbf{if}\;z \leq -5.8 \cdot 10^{+44}:\\
\;\;\;\;z \cdot -0.125\\
\mathbf{elif}\;z \leq 26000000000:\\
\;\;\;\;y \cdot \left(x \cdot 0.5\right)\\
\mathbf{else}:\\
\;\;\;\;z \cdot -0.125\\
\end{array}
\]