| Alternative 1 |
|---|
| Error | 36.55% |
|---|
| Cost | 1380 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5.2 \cdot 10^{+117} \lor \neg \left(x \leq -6.6 \cdot 10^{+100} \lor \neg \left(x \leq -1.36 \cdot 10^{+75}\right) \land \left(x \leq -1.45 \cdot 10^{+35} \lor \neg \left(x \leq -1.4 \cdot 10^{-60}\right) \land \left(x \leq -4.8 \cdot 10^{-199} \lor \neg \left(x \leq -2.05 \cdot 10^{-225}\right) \land x \leq 4.5 \cdot 10^{-46}\right)\right)\right):\\
\;\;\;\;3 \cdot \left(x \cdot y\right)\\
\mathbf{else}:\\
\;\;\;\;-z\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 36.43% |
|---|
| Cost | 1376 |
|---|
\[\begin{array}{l}
t_0 := 3 \cdot \left(x \cdot y\right)\\
t_1 := y \cdot \left(x \cdot 3\right)\\
\mathbf{if}\;x \leq -7.8 \cdot 10^{+117}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -6.8 \cdot 10^{+101}:\\
\;\;\;\;-z\\
\mathbf{elif}\;x \leq -1.65 \cdot 10^{+75}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -9 \cdot 10^{+35}:\\
\;\;\;\;-z\\
\mathbf{elif}\;x \leq -2.8 \cdot 10^{-60}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -4.8 \cdot 10^{-199}:\\
\;\;\;\;-z\\
\mathbf{elif}\;x \leq -2.05 \cdot 10^{-225}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 2.6 \cdot 10^{-42}:\\
\;\;\;\;-z\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 0.22% |
|---|
| Cost | 448 |
|---|
\[x \cdot \left(3 \cdot y\right) - z
\]