| 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.6 |
|---|
| Cost | 7448 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := \sin y \cdot \left(-z\right)\\
\mathbf{if}\;y \leq -7.47855548357234 \cdot 10^{+139}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -2.099701476703466 \cdot 10^{+54}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -3.8631468672212416 \cdot 10^{+29}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -0.00013607478070912725:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 2.236350086383115 \cdot 10^{-18}:\\
\;\;\;\;\mathsf{fma}\left(y, -z, x\right)\\
\mathbf{elif}\;y \leq 3.0838474813585634 \cdot 10^{+193}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 9.5 |
|---|
| Cost | 7248 |
|---|
\[\begin{array}{l}
t_0 := x - \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;z \leq -7.374097473638935 \cdot 10^{+21}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.541180730348711 \cdot 10^{-174}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 1.6218222859138105 \cdot 10^{-133}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 5.818004494593688 \cdot 10^{-60}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.6 |
|---|
| Cost | 6920 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -3.511397279149462:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.236350086383115 \cdot 10^{-18}:\\
\;\;\;\;\mathsf{fma}\left(y, -z, x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 16.6 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -3.511397279149462:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 2.236350086383115 \cdot 10^{-18}:\\
\;\;\;\;x - y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 38.2 |
|---|
| Cost | 388 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -7.053980660827977 \cdot 10^{+114}:\\
\;\;\;\;y \cdot \left(-z\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]