| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \cos y - z \cdot \sin y
\]
| Alternative 2 |
|---|
| Error | 15.7 |
|---|
| Cost | 7581 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot \left(-z\right)\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -2.8 \cdot 10^{+207}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -5.5 \cdot 10^{+181}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -8.2 \cdot 10^{-5}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1700:\\
\;\;\;\;x - z \cdot y\\
\mathbf{elif}\;y \leq 5 \cdot 10^{+82} \lor \neg \left(y \leq 4 \cdot 10^{+133}\right) \land y \leq 6.1 \cdot 10^{+184}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 15.7 |
|---|
| Cost | 7581 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot \left(-z\right)\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -6.4 \cdot 10^{+209}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -7 \cdot 10^{+181}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -0.0003:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1700:\\
\;\;\;\;\mathsf{fma}\left(y, -z, x\right)\\
\mathbf{elif}\;y \leq 2.4 \cdot 10^{+82} \lor \neg \left(y \leq 5.4 \cdot 10^{+133}\right) \land y \leq 2.25 \cdot 10^{+184}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 9.1 |
|---|
| Cost | 6985 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.4 \cdot 10^{+66} \lor \neg \left(x \leq 1.5 \cdot 10^{+112}\right):\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;x - z \cdot \sin y\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.4 |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -68000 \lor \neg \left(y \leq 1700\right):\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;x - z \cdot y\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 37.8 |
|---|
| Cost | 785 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.5 \cdot 10^{-151}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 3.5 \cdot 10^{-194} \lor \neg \left(x \leq 2.1 \cdot 10^{-135}\right) \land x \leq 1.3 \cdot 10^{-88}:\\
\;\;\;\;y \cdot \left(-z\right)\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]