| Alternative 1 | |
|---|---|
| Accuracy | 83.1% |
| Cost | 584 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.35 \cdot 10^{-17}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;x \leq 1.17 \cdot 10^{-48}:\\
\;\;\;\;y \cdot \left(z \cdot -4\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot x\\
\end{array}
\]