| Alternative 1 |
|---|
| Error | 8.8 |
|---|
| Cost | 13257 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -7.7 \cdot 10^{-25} \lor \neg \left(x \leq 1.45 \cdot 10^{+55}\right):\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(\sin y, z, x\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\sin y \cdot z + x \cdot \cos y
\]
| Alternative 3 |
|---|
| Error | 16.1 |
|---|
| Cost | 7253 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -1.18 \cdot 10^{+203}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.65 \cdot 10^{-7}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 0.000122:\\
\;\;\;\;x + y \cdot z\\
\mathbf{elif}\;y \leq 4.6 \cdot 10^{+181} \lor \neg \left(y \leq 6.5 \cdot 10^{+273}\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 8.8 |
|---|
| Cost | 6985 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.25 \cdot 10^{-24} \lor \neg \left(x \leq 1.15 \cdot 10^{+54}\right):\\
\;\;\;\;x \cdot \cos y\\
\mathbf{else}:\\
\;\;\;\;x + \sin y \cdot z\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.3 |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -10500 \lor \neg \left(y \leq 13000\right):\\
\;\;\;\;\sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot z\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 37.2 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.36 \cdot 10^{+163}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq 4.5 \cdot 10^{+85}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]