| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 19520 |
|---|
\[\mathsf{fma}\left(\cos y, z, x \cdot \sin y\right)
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \sin y + z \cdot \cos y
\]
| Alternative 3 |
|---|
| Error | 16.6 |
|---|
| Cost | 7384 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \sin y\\
t_1 := z \cdot \cos y\\
\mathbf{if}\;y \leq -7.47855548357234 \cdot 10^{+139}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.0334180033719905 \cdot 10^{+58}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -3.8631468672212416 \cdot 10^{+29}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -3.511397279149462:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 2.236350086383115 \cdot 10^{-18}:\\
\;\;\;\;\left(z \cdot \left(y \cdot y\right)\right) \cdot -0.5 + \left(z + x \cdot y\right)\\
\mathbf{elif}\;y \leq 3.0838474813585634 \cdot 10^{+193}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 10.0 |
|---|
| Cost | 7248 |
|---|
\[\begin{array}{l}
t_0 := z \cdot \cos y\\
t_1 := z + x \cdot \sin y\\
\mathbf{if}\;z \leq -1.1041014529716775 \cdot 10^{+25}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 4.384120464137304 \cdot 10^{-170}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 1.6218222859138105 \cdot 10^{-133}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 87716725260.12997:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.7 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \sin y\\
\mathbf{if}\;y \leq -196821.13922514336:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.236350086383115 \cdot 10^{-18}:\\
\;\;\;\;\left(z \cdot \left(y \cdot y\right)\right) \cdot -0.5 + \left(z + x \cdot y\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 38.3 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.953974486164688 \cdot 10^{+88}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;x \leq 3.609989251816531 \cdot 10^{+78}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;x \cdot y\\
\end{array}
\]