| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\sin y \cdot z + x \cdot \cos y
\]
| Alternative 2 |
|---|
| Error | 16.2 |
|---|
| Cost | 7252 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := \sin y \cdot z\\
\mathbf{if}\;y \leq -7.2 \cdot 10^{+154}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -1.5 \cdot 10^{+101}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -0.023:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.92 \cdot 10^{-16}:\\
\;\;\;\;x + y \cdot z\\
\mathbf{elif}\;y \leq 1.1 \cdot 10^{+236}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 16.2 |
|---|
| Cost | 7252 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := \sin y \cdot z\\
\mathbf{if}\;y \leq -5.2 \cdot 10^{+154}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -6.2 \cdot 10^{+101}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -0.0025:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.92 \cdot 10^{-16}:\\
\;\;\;\;\mathsf{fma}\left(z, y, x\right)\\
\mathbf{elif}\;y \leq 1.45 \cdot 10^{+234}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 9.0 |
|---|
| Cost | 7250 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -3.3 \cdot 10^{+19} \lor \neg \left(z \leq -2.2 \cdot 10^{-43}\right) \land \left(z \leq -7 \cdot 10^{-83} \lor \neg \left(z \leq 1.3 \cdot 10^{-96}\right)\right):\\
\;\;\;\;x + \sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x \cdot \cos y\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.2 |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -0.00035 \lor \neg \left(y \leq 1.92 \cdot 10^{-16}\right):\\
\;\;\;\;\sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot z\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 37.9 |
|---|
| Cost | 324 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.85 \cdot 10^{+232}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]