| Alternative 1 | |
|---|---|
| Error | 23.1 |
| Cost | 2140 |
\[\begin{array}{l}
t_0 := x \cdot \left(y \cdot 3\right)\\
\mathbf{if}\;x \cdot 3 \leq -1 \cdot 10^{+116}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot 3 \leq -2 \cdot 10^{+61}:\\
\;\;\;\;-z\\
\mathbf{elif}\;x \cdot 3 \leq -5 \cdot 10^{-38}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot 3 \leq 10^{+69}:\\
\;\;\;\;-z\\
\mathbf{elif}\;x \cdot 3 \leq 5 \cdot 10^{+132}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \cdot 3 \leq 5 \cdot 10^{+167}:\\
\;\;\;\;-z\\
\mathbf{elif}\;x \cdot 3 \leq 2 \cdot 10^{+224}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;-z\\
\end{array}
\]
