| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \cos y - \sin y \cdot z
\]
| Alternative 2 |
|---|
| Error | 10.1 |
|---|
| Cost | 7512 |
|---|
\[\begin{array}{l}
t_0 := x - \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;z \leq -1.0534156578752266 \cdot 10^{+85}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -0.0006250749902912553:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -5.07117478959281 \cdot 10^{-89}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 5.6296287302526506 \cdot 10^{-145}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 1.3431943441470405 \cdot 10^{-118}:\\
\;\;\;\;\sin y \cdot \left(-z\right)\\
\mathbf{elif}\;z \leq 6.346609771289541 \cdot 10^{-75}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 19.3 |
|---|
| Cost | 7448 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot \left(-z\right)\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;z \leq -1.0534156578752266 \cdot 10^{+85}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -0.0006250749902912553:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -6.260393229177624 \cdot 10^{-38}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 5.6296287302526506 \cdot 10^{-145}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 1.3431943441470405 \cdot 10^{-118}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 6.346609771289541 \cdot 10^{-75}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.1 |
|---|
| Cost | 6920 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -4.773562577435384 \cdot 10^{-7}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.9709589350215084 \cdot 10^{-6}:\\
\;\;\;\;\mathsf{fma}\left(y, -z, x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.0 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -219.7734271665244:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.9709589350215084 \cdot 10^{-6}:\\
\;\;\;\;x + y \cdot \left(x \cdot \left(y \cdot -0.5\right) - z\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 37.2 |
|---|
| Cost | 520 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.150219895453394 \cdot 10^{-100}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 9.40598540089577 \cdot 10^{-104}:\\
\;\;\;\;y \cdot \left(-z\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]