| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \cos y - z \cdot \sin y
\]
| Alternative 2 |
|---|
| Error | 16.5 |
|---|
| Cost | 7712 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot x\\
t_1 := \left(-z\right) \cdot \sin y\\
\mathbf{if}\;y \leq -9 \cdot 10^{+212}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.3 \cdot 10^{+104}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -0.085:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{-6}:\\
\;\;\;\;x - \left(\left(z \cdot \left(-0.16666666666666666 \cdot \left(y \cdot y\right)\right)\right) \cdot y + y \cdot z\right)\\
\mathbf{elif}\;y \leq 1.55 \cdot 10^{+102}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 3.7 \cdot 10^{+133}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.15 \cdot 10^{+277}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 5.4 \cdot 10^{+302}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 10.3 |
|---|
| Cost | 7380 |
|---|
\[\begin{array}{l}
t_0 := x - z \cdot \sin y\\
t_1 := \cos y \cdot x\\
\mathbf{if}\;z \leq -7.4 \cdot 10^{-38}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -1.02 \cdot 10^{-100}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.4 \cdot 10^{-114}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -9.5 \cdot 10^{-198}:\\
\;\;\;\;x \cdot \cos y - y \cdot z\\
\mathbf{elif}\;z \leq 5.6 \cdot 10^{+46}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 9.9 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x - z \cdot \sin y\\
\mathbf{if}\;z \leq -2.4 \cdot 10^{-37}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 4.2 \cdot 10^{+46}:\\
\;\;\;\;\cos y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.2 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot x\\
\mathbf{if}\;y \leq -0.066:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{-6}:\\
\;\;\;\;x - \left(\left(z \cdot \left(-0.16666666666666666 \cdot \left(y \cdot y\right)\right)\right) \cdot y + y \cdot z\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 38.0 |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
t_0 := -y \cdot z\\
\mathbf{if}\;z \leq -1.4 \cdot 10^{+107}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 3.9 \cdot 10^{+164}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]