| Alternative 1 | |
|---|---|
| Error | 27.24% |
| Cost | 584 |
\[\begin{array}{l}
\mathbf{if}\;z \leq -8.2 \cdot 10^{-64}:\\
\;\;\;\;z \cdot -0.125\\
\mathbf{elif}\;z \leq 1.9 \cdot 10^{+57}:\\
\;\;\;\;y \cdot \left(x \cdot 0.5\right)\\
\mathbf{else}:\\
\;\;\;\;z \cdot -0.125\\
\end{array}
\]