| Alternative 1 | |
|---|---|
| Error | 16.2 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -620:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq -2.15 \cdot 10^{-44}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;x \leq -7.8 \cdot 10^{-124}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq 4.5 \cdot 10^{-50}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]