| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \cos y - \sin y \cdot z
\]
| Alternative 2 |
|---|
| Error | 16.8 |
|---|
| Cost | 7184 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \left(-\sin y\right)\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -0.042:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.0045:\\
\;\;\;\;x + y \cdot \left(y \cdot \left(x \cdot -0.5\right) - z\right)\\
\mathbf{elif}\;y \leq 9.2 \cdot 10^{+159}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 5.2 \cdot 10^{+274}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 8.7 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x - \sin y \cdot z\\
\mathbf{if}\;z \leq -3.8 \cdot 10^{-53}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.05 \cdot 10^{-78}:\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.1 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -0.0295:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.0092:\\
\;\;\;\;x + y \cdot \left(y \cdot \left(x \cdot -0.5\right) - z\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 37.9 |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -2.9 \cdot 10^{+220}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 2.2 \cdot 10^{+193}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]