| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 19520 |
|---|
\[\mathsf{fma}\left(x, \cos y, \sin y \cdot z\right)
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\sin y \cdot z + x \cdot \cos y
\]
| Alternative 3 |
|---|
| Error | 16.3 |
|---|
| Cost | 7696 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -3.55 \cdot 10^{+177}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.1 \cdot 10^{+58}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -0.074:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.17:\\
\;\;\;\;x + \left(-0.16666666666666666 \cdot \left(z \cdot {y}^{3}\right) + y \cdot z\right)\\
\mathbf{elif}\;y \leq 1.42 \cdot 10^{+72}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.4 |
|---|
| Cost | 7252 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -7 \cdot 10^{+189}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.1 \cdot 10^{+58}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -6.9 \cdot 10^{-6}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.17:\\
\;\;\;\;x + y \cdot z\\
\mathbf{elif}\;y \leq 1.02 \cdot 10^{+72}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.4 |
|---|
| Cost | 7252 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -1.05 \cdot 10^{+178}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.22 \cdot 10^{+58}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -6.9 \cdot 10^{-6}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.17:\\
\;\;\;\;\mathsf{fma}\left(z, y, x\right)\\
\mathbf{elif}\;y \leq 4.3 \cdot 10^{+71}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 16.0 |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -6.9 \cdot 10^{-6} \lor \neg \left(y \leq 2.5 \cdot 10^{-7}\right):\\
\;\;\;\;\sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot z\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 39.1 |
|---|
| Cost | 324 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.3 \cdot 10^{+71}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]