| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[z \cdot \cos y + x \cdot \sin y
\]
| Alternative 2 |
|---|
| Error | 16.3 |
|---|
| Cost | 7516 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
t_1 := x \cdot \sin y\\
\mathbf{if}\;y \leq -2.8 \cdot 10^{+201}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -3.2 \cdot 10^{+179}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -8.2 \cdot 10^{+118}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -8.8:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 0.042:\\
\;\;\;\;\left(z + x \cdot y\right) + -0.5 \cdot \left(y \cdot \left(y \cdot z\right)\right)\\
\mathbf{elif}\;y \leq 2.5 \cdot 10^{+262}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 6.2 \cdot 10^{+292}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 16.8 |
|---|
| Cost | 7504 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
t_1 := z + x \cdot \left(\left(\sin y + 1\right) + -1\right)\\
\mathbf{if}\;z \leq -1 \cdot 10^{+87}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.35 \cdot 10^{+14}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -2.7 \cdot 10^{-58}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -2.7 \cdot 10^{-126}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -4.3 \cdot 10^{-202}:\\
\;\;\;\;z + x \cdot y\\
\mathbf{elif}\;z \leq 1.15 \cdot 10^{-39}:\\
\;\;\;\;x \cdot \sin y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.4 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;y \leq -0.009:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.026:\\
\;\;\;\;\left(z + x \cdot y\right) + -0.5 \cdot \left(y \cdot \left(y \cdot z\right)\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 37.5 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.6 \cdot 10^{-200}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 6.2 \cdot 10^{-69}:\\
\;\;\;\;x \cdot y\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]