| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \sin y + z \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 16.4 |
|---|
| Cost | 7648 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot x\\
t_1 := \cos y \cdot z\\
\mathbf{if}\;y \leq -1.35 \cdot 10^{+260}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -5.2 \cdot 10^{+105}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -0.066:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{-6}:\\
\;\;\;\;y \cdot x + z\\
\mathbf{elif}\;y \leq 3.2 \cdot 10^{+100}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 3.7 \cdot 10^{+133}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 2.7 \cdot 10^{+279}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 3.1 \cdot 10^{+304}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 16.4 |
|---|
| Cost | 7648 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot x\\
t_1 := \cos y \cdot z\\
\mathbf{if}\;y \leq -1 \cdot 10^{+263}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -2.7 \cdot 10^{+105}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -0.07:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.8 \cdot 10^{-6}:\\
\;\;\;\;\mathsf{fma}\left(y, x, z\right)\\
\mathbf{elif}\;y \leq 2.9 \cdot 10^{+102}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 3.7 \cdot 10^{+133}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 4 \cdot 10^{+276}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 3.5 \cdot 10^{+303}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 9.6 |
|---|
| Cost | 7240 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot z\\
\mathbf{if}\;z \leq -2.3 \cdot 10^{+123}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 4.7 \cdot 10^{+156}:\\
\;\;\;\;\frac{\sin y}{0.3333333333333333} \cdot \frac{x}{3} + z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 9.6 |
|---|
| Cost | 7240 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot z\\
\mathbf{if}\;z \leq -3.2 \cdot 10^{+131}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 3.3 \cdot 10^{+158}:\\
\;\;\;\;\frac{0.3333333333333333 \cdot \left(\sin y \cdot x\right)}{0.3333333333333333} + z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 16.8 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot z\\
\mathbf{if}\;y \leq -2.6 \cdot 10^{-8}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.5 \cdot 10^{+16}:\\
\;\;\;\;y \cdot x + z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 37.7 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -7.2 \cdot 10^{+114}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;x \leq 3.4 \cdot 10^{+139}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]