| Alternative 1 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 13248 |
|---|
\[z \cdot \sin y + x \cdot \cos y
\]
| Alternative 2 |
|---|
| Accuracy | 74.5% |
|---|
| Cost | 7896 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := z \cdot \sin y\\
\mathbf{if}\;y \leq -4 \cdot 10^{+220}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.08 \cdot 10^{+141}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.7 \cdot 10^{+74}:\\
\;\;\;\;\frac{1}{\frac{1}{t_0}}\\
\mathbf{elif}\;y \leq -1.6 \cdot 10^{+50}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -260:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{+120}:\\
\;\;\;\;x \cdot \left(\left(\cos y + 1\right) + -1\right) + y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 75.0% |
|---|
| Cost | 7516 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := z \cdot \sin y\\
\mathbf{if}\;y \leq -6 \cdot 10^{+219}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.05 \cdot 10^{+141}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -4.1 \cdot 10^{+77}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -2.2 \cdot 10^{+50}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -8:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2 \cdot 10^{-8}:\\
\;\;\;\;x + y \cdot z\\
\mathbf{elif}\;y \leq 1.85 \cdot 10^{+126}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 75.3% |
|---|
| Cost | 7516 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := z \cdot \sin y\\
\mathbf{if}\;y \leq -5 \cdot 10^{+220}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -7.2 \cdot 10^{+140}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -7.4 \cdot 10^{+74}:\\
\;\;\;\;\frac{1}{\frac{1}{t_0}}\\
\mathbf{elif}\;y \leq -2.1 \cdot 10^{+50}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -8:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2 \cdot 10^{-8}:\\
\;\;\;\;x + y \cdot z\\
\mathbf{elif}\;y \leq 1.55 \cdot 10^{+130}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 75.3% |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -0.00017 \lor \neg \left(y \leq 0.027\right):\\
\;\;\;\;z \cdot \sin y\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot z\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 40.4% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.95 \cdot 10^{-43}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.08 \cdot 10^{-243}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]