| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[z \cdot \cos y + x \cdot \sin y
\]
| Alternative 2 |
|---|
| Error | 16.3 |
|---|
| Cost | 7252 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
t_1 := x \cdot \sin 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(y, x, z\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 | 9.9 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
\mathbf{if}\;z \leq -5.798011671593216 \cdot 10^{+124}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.907462836815851 \cdot 10^{+182}:\\
\;\;\;\;z + x \cdot \sin y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 17.0 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \sin y\\
\mathbf{if}\;y \leq -560.315978532113:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 7.388100587500896 \cdot 10^{-30}:\\
\;\;\;\;\mathsf{fma}\left(y, x, z\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 30.6 |
|---|
| Cost | 6592 |
|---|
\[\mathsf{fma}\left(y, x, z\right)
\]
| Alternative 6 |
|---|
| Error | 37.4 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.0640540526316818 \cdot 10^{-165}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 3.0760043640335563 \cdot 10^{-211}:\\
\;\;\;\;x \cdot y\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]