| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \cos y - \sin y \cdot z
\]
| Alternative 2 |
|---|
| Error | 16.4 |
|---|
| Cost | 7580 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(-\sin y\right)\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -3 \cdot 10^{+194}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -6 \cdot 10^{+180}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -9 \cdot 10^{+118}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -8.8:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.62 \cdot 10^{-6}:\\
\;\;\;\;x - y \cdot z\\
\mathbf{elif}\;y \leq 4.7 \cdot 10^{+260}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 3.1 \cdot 10^{+293}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 8.7 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;x \leq -1.9 \cdot 10^{+91}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 15500000000000:\\
\;\;\;\;x - \sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 15.8 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -8.8:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.0006:\\
\;\;\;\;x - y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 37.6 |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -1.05 \cdot 10^{+217}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 4.8 \cdot 10^{+107}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]