| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\cos y \cdot x - \sin y \cdot z
\]
| Alternative 2 |
|---|
| Error | 16.1 |
|---|
| Cost | 7052 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot x\\
\mathbf{if}\;y \leq -0.019:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.0255:\\
\;\;\;\;x \cdot \left(1 + \left(y \cdot y\right) \cdot -0.5\right) - y \cdot z\\
\mathbf{elif}\;y \leq 9.5 \cdot 10^{+264}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\sin y \cdot \left(-z\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 16.2 |
|---|
| Cost | 7052 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot x\\
\mathbf{if}\;y \leq -7.6 \cdot 10^{-5}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.023:\\
\;\;\;\;\mathsf{fma}\left(-y, z, x\right)\\
\mathbf{elif}\;y \leq 3.3 \cdot 10^{+264}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\sin y \cdot \left(-z\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 8.6 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x - \sin y \cdot z\\
\mathbf{if}\;z \leq -4.4 \cdot 10^{-64}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 4.6 \cdot 10^{-83}:\\
\;\;\;\;\cos y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.2 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot x\\
\mathbf{if}\;y \leq -0.04:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.0255:\\
\;\;\;\;x \cdot \left(1 + \left(y \cdot y\right) \cdot -0.5\right) - y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 38.1 |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(-z\right)\\
\mathbf{if}\;z \leq -3.4 \cdot 10^{+150}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 7 \cdot 10^{+67}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]