| Alternative 1 | |
|---|---|
| Error | 15.6 |
| Cost | 520 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.8 \cdot 10^{-107}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;x \leq 1.1 \cdot 10^{-35}:\\
\;\;\;\;y \cdot \left(-z\right)\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]