| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\sin y \cdot z + x \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 16.3 |
|---|
| Cost | 7120 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -3.983699909185574 \cdot 10^{+42}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -788808221205.5498:\\
\;\;\;\;\sin y \cdot z\\
\mathbf{elif}\;y \leq -0.00027320653101316504:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.1980308152667891 \cdot 10^{-8}:\\
\;\;\;\;y \cdot z + x \cdot \left(1 + \left(y \cdot y\right) \cdot -0.5\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 9.7 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x + \sin y \cdot z\\
\mathbf{if}\;z \leq -1.1762298804781626 \cdot 10^{-128}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 3.701094700943855 \cdot 10^{+63}:\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.0 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
\mathbf{if}\;y \leq -440.02338083461:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.23800974187491078:\\
\;\;\;\;y \cdot z + x \cdot \left(1 + \left(y \cdot y\right) \cdot -0.5\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 38.0 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -8.713460643920501 \cdot 10^{-269}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.6411274197857965 \cdot 10^{-155}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]