| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 19584 |
|---|
\[\mathsf{fma}\left(\cos y, x, \sin y \cdot \left(-z\right)\right)
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \cos y - \sin y \cdot z
\]
| Alternative 3 |
|---|
| Error | 16.0 |
|---|
| Cost | 7120 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot \left(-z\right)\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -1.6168061700794143 \cdot 10^{+169}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.3948637207315615 \cdot 10^{+61}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -566474.4072146642:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.005942722395923747:\\
\;\;\;\;x - y \cdot \left(z - x \cdot \left(y \cdot -0.5\right)\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 8.7 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x - \sin y \cdot z\\
\mathbf{if}\;z \leq -0.5522434277288263:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.1228791439375612 \cdot 10^{-58}:\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 15.7 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -959.0349490808583:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.005942722395923747:\\
\;\;\;\;x - y \cdot \left(z - x \cdot \left(y \cdot -0.5\right)\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 37.1 |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.5 \cdot 10^{-172}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.7252136049914216 \cdot 10^{-175}:\\
\;\;\;\;y \cdot \left(-z\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]