| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[z \cdot \cos y + x \cdot \sin y
\]
| Alternative 2 |
|---|
| Error | 16.2 |
|---|
| Cost | 7385 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
t_1 := x \cdot \sin y\\
\mathbf{if}\;y \leq -1.15 \cdot 10^{+193}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -2.7 \cdot 10^{+127}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -0.0002:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 25000:\\
\;\;\;\;z + x \cdot y\\
\mathbf{elif}\;y \leq 1.05 \cdot 10^{+173} \lor \neg \left(y \leq 4.9 \cdot 10^{+225}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 16.2 |
|---|
| Cost | 7385 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;y \leq -1.25 \cdot 10^{+192}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -3.2 \cdot 10^{+127}:\\
\;\;\;\;\frac{1}{\frac{\frac{1}{\sin y}}{x}}\\
\mathbf{elif}\;y \leq -6.5 \cdot 10^{-5}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 25000:\\
\;\;\;\;z + x \cdot y\\
\mathbf{elif}\;y \leq 2.5 \cdot 10^{+172} \lor \neg \left(y \leq 6.6 \cdot 10^{+225}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;x \cdot \sin y\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.2 |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -0.00025 \lor \neg \left(y \leq 25000\right):\\
\;\;\;\;z \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;z + x \cdot y\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 37.8 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.2 \cdot 10^{+136}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;x \leq 3.5 \cdot 10^{+178}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;x \cdot y\\
\end{array}
\]