| Alternative 1 | |
|---|---|
| Accuracy | 71.6% |
| Cost | 849 |
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.9 \cdot 10^{-29}:\\
\;\;\;\;-z\\
\mathbf{elif}\;z \leq 2.12 \cdot 10^{-101} \lor \neg \left(z \leq 7.8 \cdot 10^{-50}\right) \land z \leq 8 \cdot 10^{+75}:\\
\;\;\;\;3 \cdot \left(y \cdot x\right)\\
\mathbf{else}:\\
\;\;\;\;-z\\
\end{array}
\]