| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \cos y + z \cdot \sin y
\]
| Alternative 2 |
|---|
| Error | 9.9 |
|---|
| Cost | 7572 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot x\\
t_1 := x + \begin{array}{l}
\mathbf{if}\;z \ne 0:\\
\;\;\;\;\frac{-\sin y}{\frac{-1}{z}}\\
\mathbf{else}:\\
\;\;\;\;\sin y \cdot z\\
\end{array}\\
\mathbf{if}\;x \leq -8 \cdot 10^{+153}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -7.4 \cdot 10^{+21}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -1.52 \cdot 10^{-16}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 7.2 \cdot 10^{+144}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 15.9 |
|---|
| Cost | 7120 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
\mathbf{if}\;y \leq -2 \cdot 10^{+90}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -5.2 \cdot 10^{+17}:\\
\;\;\;\;\cos y \cdot x\\
\mathbf{elif}\;y \leq -6.8 \cdot 10^{-8}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.4 \cdot 10^{-7}:\\
\;\;\;\;y \cdot z + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.3 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot x\\
\mathbf{if}\;y \leq -0.205:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.0076:\\
\;\;\;\;y \cdot z + x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 37.4 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -8.5 \cdot 10^{-118}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.95 \cdot 10^{-256}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]