| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\sin y \cdot z + x \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 16.3 |
|---|
| Cost | 7252 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -7.108449941537077 \cdot 10^{+56}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -560.315978532113:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 3707.5009248211663:\\
\;\;\;\;\mathsf{fma}\left(z, y, x\right)\\
\mathbf{elif}\;y \leq 4.6130015529212706 \cdot 10^{+22}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.1302365386005706 \cdot 10^{+292}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 8.3 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x + \sin y \cdot z\\
\mathbf{if}\;z \leq -9.627504454213342 \cdot 10^{-48}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 7.590471303384688 \cdot 10^{-28}:\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.2 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
\mathbf{if}\;y \leq -3156118704422.5156:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 3707.5009248211663:\\
\;\;\;\;x + y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.2 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
\mathbf{if}\;y \leq -3156118704422.5156:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 3707.5009248211663:\\
\;\;\;\;\mathsf{fma}\left(z, y, x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 37.9 |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.0709395419186857 \cdot 10^{+182}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq 9.887965403097091 \cdot 10^{+48}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 6.65379137851322 \cdot 10^{+95}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq 1.5296243285835838 \cdot 10^{+247}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]