| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \cos y - \sin y \cdot z
\]
| Alternative 2 |
|---|
| Error | 8.8 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x - \sin y \cdot z\\
\mathbf{if}\;z \leq -7.88034839969052 \cdot 10^{-64}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 5.292818673244666 \cdot 10^{-80}:\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 17.2 |
|---|
| Cost | 6920 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -63029842523137.54:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 0.028765265512643932:\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.4 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -70850467754341360:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.019996371671775804:\\
\;\;\;\;x + y \cdot \left(\left(y \cdot x\right) \cdot \left(y \cdot \left(y \cdot 0.041666666666666664\right) + -0.5\right) - z\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 38.9 |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -63029842523137.54:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 2.89470786255451 \cdot 10^{+41}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]